Thunar: rebuild against libpcre-8.30.
This commit is contained in:
parent
70494c2c2e
commit
8898e36732
|
@ -25,6 +25,6 @@ libgmodule-2.0.so.0
|
|||
librt.so.1
|
||||
libX11.so.6
|
||||
libexif.so.12
|
||||
libpcre.so.0
|
||||
libpcre.so.1
|
||||
libxfce4util.so.6
|
||||
libxfce4panel-1.0.so.4
|
||||
|
|
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'Thunar'
|
||||
pkgname=Thunar
|
||||
version=1.4.0
|
||||
distfiles="http://archive.xfce.org/src/xfce/thunar/1.4/Thunar-$version.tar.bz2"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gio-unix --enable-dbus --enable-gudev --enable-exif
|
||||
--enable-pcre --enable-notifications"
|
||||
depends="gvfs hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="pkg-config intltool libgudev-devel libnotify-devel libxfce4util-devel libxfce4ui-devel gtk+-devel dbus-glib-devel libexif-devel pcre-devel exo-devel xfce4-panel-devel startup-notification-devel"
|
||||
revision=1
|
||||
makedepends="pkg-config intltool libgudev-devel libnotify-devel
|
||||
libxfce4util-devel libxfce4ui-devel gtk+-devel dbus-glib-devel
|
||||
libexif-devel pcre-devel exo-devel xfce4-panel-devel startup-notification-devel"
|
||||
short_desc="Thunar File Manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://thunar.xfce.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="http://archive.xfce.org/src/xfce/thunar/1.4/Thunar-$version.tar.bz2"
|
||||
checksum=2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba
|
||||
long_desc="
|
||||
Thunar is a new modern file manager for the Xfce Desktop Environment.
|
||||
|
@ -25,8 +27,6 @@ gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|||
subpackages="$pkgname-devel"
|
||||
make_dirs="/etc/polkit-1/localauthority 0700 root root"
|
||||
|
||||
|
||||
|
||||
post_install() {
|
||||
# install udisks permission file
|
||||
install -dm755 ${DESTDIR}/etc/polkit-1/localauthority/50-local.d
|
||||
|
|
Loading…
Reference in New Issue