p5-gtk2-notify: initial commit

This commit is contained in:
Alexandr Savca 2018-03-31 22:38:36 +03:00
parent 0de2c02618
commit 42538f7722
5 changed files with 61 additions and 0 deletions

24
p5-gtk2-notify/.footprint Normal file
View File

@ -0,0 +1,24 @@
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.24/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/Notify.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/Notify.pod
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/Notify/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/Notify/Install/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/Notify/Install/Files.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/Notify/Install/notify-autogen.h
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/Notify/Install/notify.typemap
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Gtk2/Notify/index.pod
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Gtk2/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Gtk2/Notify/
-rwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Gtk2/Notify/Notify.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/
-rw-r--r-- root/root usr/share/man/man3/Gtk2::Notify.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Gtk2::Notify::index.3pm.gz

2
p5-gtk2-notify/.md5sum Normal file
View File

@ -0,0 +1,2 @@
071144ad4a5670b8b2451baf358c4a88 Gtk2-Notify-0.05.tar.gz
ebbbaf88eea8d111da37ffd4bb90b7d7 libnotify.patch.gz

View File

@ -0,0 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30kGi1wh5CAcBp7tYfUgai9kgSJu3oyob3xiOLtu/Z0bMWvv0oSB5/EgoOXqnJwEycljteuiwhBGC2jOMePkiwI=
SHA256 (Pkgfile) = b77271c21ac0d80668ef7bc113e0a0e046a8ba21f2603f99d0dbf754e7720828
SHA256 (.footprint) = bf5806092bea32b93407039a464c5e3551c3a903667c7b842abd48b467b1b771
SHA256 (Gtk2-Notify-0.05.tar.gz) = 88189ae68dfbd54615ad133df07e2ec8048d06d8b9586add1227d74eb2ebb047
SHA256 (libnotify.patch.gz) = 23b27df89d00fe9345bcfc7acb19b853baa289762e5a9cdecb88d8cdc71dff2e

29
p5-gtk2-notify/Pkgfile Normal file
View File

@ -0,0 +1,29 @@
# Description: Perl interface to libnotify
# URL: https://metacpan.org/pod/Gtk2::Notify
# Maintainer: Alexandr Savca, alexandr dot savca89 at gmail dot com
# Depends on: dbus libnotify p5-gtk2 p5-net-dbus
name=p5-gtk2-notify
version=0.05
release=1
source=(https://cpan.metacpan.org/authors/id/F/FL/FLORA/Gtk2-Notify-$version.tar.gz
libnotify.patch.gz)
build() {
cd Gtk2-Notify-$version
gunzip -c $SRC/libnotify.patch.gz | patch -p0
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist \
-o -name autosplit.ix \
| xargs rm -f
find $PKG -depth -type d -empty -delete
find $PKG -type f -a -perm -u-w | xargs chmod u+w
}

Binary file not shown.