xfce4-notifyd.guncellendi
This commit is contained in:
parent
78d5d53524
commit
4e0412f6b9
|
@ -4,19 +4,19 @@
|
||||||
# Depends on: xfce4-libui libnotify
|
# Depends on: xfce4-libui libnotify
|
||||||
|
|
||||||
name=xfce4-notifyd
|
name=xfce4-notifyd
|
||||||
version=0.2.4
|
version=0.3.6
|
||||||
release=3
|
release=4
|
||||||
|
|
||||||
source=(http://archive.xfce.org/src/apps/$name/0.2/$name-$version.tar.bz2)
|
source=(http://archive.xfce.org/src/apps/$name/0.3/$name-$version.tar.bz2)
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-debug
|
--disable-debug
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
||||||
|
|
Loading…
Reference in New Issue