Terminal: rebuild against new libxfce4util.
This commit is contained in:
parent
6f7180d528
commit
f96d2a7d76
2 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,6 @@ libdbus-glib-1.so.2
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libexo-1.so.0
|
libexo-1.so.0
|
||||||
libxfce4util.so.4
|
|
||||||
libvte.so.9
|
libvte.so.9
|
||||||
libgtk-x11-2.0.so.0
|
libgtk-x11-2.0.so.0
|
||||||
libgdk-x11-2.0.so.0
|
libgdk-x11-2.0.so.0
|
||||||
|
@ -14,3 +13,4 @@ libgobject-2.0.so.0
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libxfce4util.so.6
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Terminal'
|
# Template file for 'Terminal'
|
||||||
pkgname=Terminal
|
pkgname=Terminal
|
||||||
version=0.4.8
|
version=0.4.8
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://archive.xfce.org/src/apps/terminal/0.4/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.xfce.org/src/apps/terminal/0.4/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="X Terminal Emulator"
|
short_desc="X Terminal Emulator"
|
||||||
|
@ -16,7 +16,6 @@ long_desc="
|
||||||
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build dbus-glib-devel
|
Add_dependency build dbus-glib-devel
|
||||||
|
@ -25,5 +24,5 @@ Add_dependency build libxfce4util-devel
|
||||||
Add_dependency build vte-devel
|
Add_dependency build vte-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
|
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency run hicolor-icon-theme
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency run desktop-file-utils
|
||||||
|
|
Loading…
Reference in a new issue