initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

24
tkdiff/PKGBUILD Normal file
View File

@@ -0,0 +1,24 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=tkdiff
pkgver=5.6
pkgrel=2
pkgdesc="A graphical, free and libre frontend to the diff program"
arch=('any')
license=('GPL-2')
url='https://tkdiff.sourceforge.net/'
conflicts=('tkrev')
depends=('tcl' 'tk')
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-5-6.zip"
"$pkgname.desktop"
"$pkgname.png")
sha512sums=('ba4d312b372145772c4654a6fc1231752843fc84059296550163490e597046b2060fd021769e4edf2a7641dec34cbf7619d6e4aad2a64568ce6a6721080b2368'
'f77143b83b665d5e6bf5a58b780adc8e987dcfbcc29794e197dfc258963138bc2fbbc5c79e85a08abcd1d3c39a3eddf73cc28cbea9cdf0cf8ad9a56f9b241ec8'
'4230b4cddc3b6e2d0628fcceab9516ce2f9e0c2b746b084648da6d72818afb2aa0c613ab7c9ecadb50ec08a74aff187f291d8fd0d2ca849bbf420f6c493500a1')
package() {
install -Dm755 "$srcdir/$pkgname-5-6/tkdiff" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir/usr/share/applications"
install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir/usr/share/pixmaps"
install -Dm644 "$srcdir/$pkgname-5-6/LICENSE.txt" -t "$pkgdir/usr/share/licenses/$pkgname"
}

10
tkdiff/tkdiff.desktop Normal file
View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=tkdiff
Comment=A graphical, free and libre frontend to the diff program
Exec=tkdiff
Icon=tkdiff
Type=Application
Terminal=false
StartupNotify=false
Categories=System;

BIN
tkdiff/tkdiff.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB