p5-gtk2-trayicon: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:39 +00:00
parent 0cfdfb3651
commit bd94497dc5
3 changed files with 0 additions and 58 deletions

View File

@ -1,21 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/TrayIcon.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/TrayIcon/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/TrayIcon/Install/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/TrayIcon/Install/Files.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/TrayIcon/Install/trayicon-autogen.h
-r--r--r-- root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/Gtk2/TrayIcon/Install/trayicon.typemap
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Gtk2/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Gtk2/TrayIcon/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.32/linux-thread-multi/auto/Gtk2/TrayIcon/TrayIcon.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/Gtk2::TrayIcon.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wI31ggqcoQYwvFMC42asyNwfYq1BNQNWAcGKNgmx7tiC7q5eVI11fCY7Ew3NyZBBa3tRKYk1/glyZZMJFXFTAo=
SHA256 (Pkgfile) = 6f3670a7cf2a789fc3fd4d5100c5dbc2acad6379643e7802dce74f15315fe245
SHA256 (.footprint) = ea9d1eeb6b2189d4452ea3e71a4595ab50bb157827d0decfeaa4a1705bb97b64
SHA256 (Gtk2-TrayIcon-0.07.tar.gz) = 39fc2b99a6e613da9ea977d8cb5303fa5e07e69a15248934de1217a97b964554

View File

@ -1,32 +0,0 @@
# Description: Perl interface to the EggTrayIcon library
# URL: https://metacpan.org/pod/Gtk2::TrayIcon
# Maintainer: UNMAINTAINED
# Depends on: p5-gtk2 p5-module-install
name=p5-gtk2-trayicon
version=0.07
release=1
source=(https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk2-TrayIcon-$version.tar.gz)
build () {
cd Gtk2-TrayIcon-$version
perl Makefile.PL
# remove default -pipe flag
sed -i -e '/CCFLAGS = /s/ -pipe / /' Makefile
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
# remove perlcrap
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name autosplit.ix \
-o -name .packlist \
| xargs rm -f
# remove empty dirs
find $PKG -depth -type d -empty -exec rmdir {} \;
}