leafpad: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:43:56 +00:00
parent 28bda93028
commit e7db068a8d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 49 deletions

View File

@ -1,26 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/leafpad
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/leafpad.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/leafpad.png
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/
drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/leafpad.png
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/leafpad.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/leafpad.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/leafpad.svg
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/leafpad.png
-rw-r--r-- root/root usr/share/pixmaps/leafpad.xpm

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+d80kPL8WzChzhoPO57IDJcjmtTEwHJwlfLZTCNj5goyZ0xL3e0zQLatrtaLgxf4jlhV/PxlieZojZRJ6CMmw4=
SHA256 (Pkgfile) = f75be836521bd444e3cf053081499c1199417771c881b2a8599d4b49745aeb3f
SHA256 (.footprint) = 75fbe69668caf1e82c85a1a7d32268f347a55d180372f814af98ba3ae9159cec
SHA256 (leafpad-0.8.18.1.tar.gz) = 959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c

View File

@ -1,18 +0,0 @@
# Description: GTK+ based simple text editor.
# URL: http://tarot.freeshell.org/leafpad
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: gtk xorg-libxdamage
name=leafpad
version=0.8.18.1
release=1
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-chooser
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}