mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 02:42:19 +01:00
v0.6.0
This commit is contained in:
parent
ce14ea75d4
commit
240f5a0398
@ -98,9 +98,15 @@ drwxr-xr-x root/root usr/share/locale/hr/LC_MESSAGES/
|
||||
drwxr-xr-x root/root usr/share/locale/hu/
|
||||
drwxr-xr-x root/root usr/share/locale/hu/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/share/locale/hu/LC_MESSAGES/xfce4-notifyd.mo
|
||||
drwxr-xr-x root/root usr/share/locale/hy_AM/
|
||||
drwxr-xr-x root/root usr/share/locale/hy_AM/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/share/locale/hy_AM/LC_MESSAGES/xfce4-notifyd.mo
|
||||
drwxr-xr-x root/root usr/share/locale/id/
|
||||
drwxr-xr-x root/root usr/share/locale/id/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/share/locale/id/LC_MESSAGES/xfce4-notifyd.mo
|
||||
drwxr-xr-x root/root usr/share/locale/ie/
|
||||
drwxr-xr-x root/root usr/share/locale/ie/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/share/locale/ie/LC_MESSAGES/xfce4-notifyd.mo
|
||||
drwxr-xr-x root/root usr/share/locale/is/
|
||||
drwxr-xr-x root/root usr/share/locale/is/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/share/locale/is/LC_MESSAGES/xfce4-notifyd.mo
|
||||
@ -110,6 +116,9 @@ drwxr-xr-x root/root usr/share/locale/it/LC_MESSAGES/
|
||||
drwxr-xr-x root/root usr/share/locale/ja/
|
||||
drwxr-xr-x root/root usr/share/locale/ja/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/share/locale/ja/LC_MESSAGES/xfce4-notifyd.mo
|
||||
drwxr-xr-x root/root usr/share/locale/ka/
|
||||
drwxr-xr-x root/root usr/share/locale/ka/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/share/locale/ka/LC_MESSAGES/xfce4-notifyd.mo
|
||||
drwxr-xr-x root/root usr/share/locale/kk/
|
||||
drwxr-xr-x root/root usr/share/locale/kk/LC_MESSAGES/
|
||||
-rw-r--r-- root/root usr/share/locale/kk/LC_MESSAGES/xfce4-notifyd.mo
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/jolupalabs.pub
|
||||
RWS01t+diH9wh6hfG/ceadQVMVGG2F2L098mqjGDXZQ2jh8qbZOgxGM0Mu6YUsd0YykOuLTqvKod6CsoUIaoTfGHiJO/1tyJvAM=
|
||||
SHA256 (Pkgfile) = 80e1f05d96e11995f2ba251f279fd05f52cabe264bee0c9bb69003c6c68312db
|
||||
SHA256 (.footprint) = bf661593ef837dcd365c410fca727f7462fe8362515b5f4402bc5ac5c30589a2
|
||||
SHA256 (xfce4-notifyd-0.4.4.tar.bz2) = 090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55
|
||||
RWS01t+diH9wh0rulhcB3kJ1vH0d0mcf5RRjIAq4V+y9/4g/Xt812jTCvwq/dD7SPADYn3I6HmOr1K05ybDms4OcfsETJaGwYwY=
|
||||
SHA256 (Pkgfile) = 46457ae88b4c0767e68640dc2dc36011c26e5afd3d2685caa092b4315e86ce70
|
||||
SHA256 (.footprint) = 8cf2cbc2d851c04328c12abd440eb7c4753832037965e8435bc7975f63f1c258
|
||||
SHA256 (xfce4-notifyd-0.6.0.tar.bz2) = c1d126a81604ff967e4655f06427763bf559c338ba629c95cb9aa7f5d6dc8ba6
|
||||
|
@ -4,20 +4,21 @@
|
||||
# Depends on: libnotify libxfce4ui xfce4-panel
|
||||
|
||||
name=xfce4-notifyd
|
||||
version=0.4.4
|
||||
release=6
|
||||
source=(http://archive.xfce.org/src/apps/xfce4-notifyd/0.4/$name-$version.tar.bz2)
|
||||
version=0.6.0
|
||||
release=1
|
||||
source=(https://archive.xfce.org/src/apps/$name/${version:0:3}/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
|
||||
cd $name-$version
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--disable-static \
|
||||
--disable-gtk-doc \
|
||||
--disable-gtk2 \
|
||||
--enable-gtk3
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--disable-static \
|
||||
--disable-gtk-doc \
|
||||
--disable-gtk2 \
|
||||
--enable-gtk3
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user