From e96423b261d094f18bd81b1941ba6b07ec1fa4c5 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 26 Aug 2014 21:05:55 -0300 Subject: add parabola suffix on some packages --- libre/file-roller-parabola/PKGBUILD | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 libre/file-roller-parabola/PKGBUILD (limited to 'libre/file-roller-parabola/PKGBUILD') diff --git a/libre/file-roller-parabola/PKGBUILD b/libre/file-roller-parabola/PKGBUILD new file mode 100644 index 000000000..4cdc7cb17 --- /dev/null +++ b/libre/file-roller-parabola/PKGBUILD @@ -0,0 +1,38 @@ +# $Id: PKGBUILD 213482 2014-05-23 23:43:56Z heftig $ +# Maintainer (Arch): Jan Alexander Steffens (heftig) +# Contributor (Arch): Jan de Groot + +_pkgname=file-roller +pkgname=file-roller-parabola +pkgver=3.12.2 +pkgrel=1 +pkgdesc="Create and modify archives, with unar support included and nonfree unace recommendation removed" +arch=('i686' 'x86_64' 'mips64el') +license=('GPL') +depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify' 'p7zip' 'unar') +makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 'itstool' 'docbook-xsl') +optdepends=('lrzip: lrzip archive support') +groups=('gnome-extra') +replaces=("${_pkgname}" "${_pkgname}-libre") +conflicts=("${_pkgname}" "${_pkgname}-libre") +provides=(${_pkgname}=${pkgver}) +options=('!emptydirs') +install=file-roller.install +url="http://www.gnome.org" +source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz) +sha256sums=('0677be6618dba609eae2d76420e8a5a8d9a414bcec654e7b71e65b941764eacf') + +build() { + cd $_pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/file-roller \ + --localstatedir=/var --disable-static \ + --disable-schemas-compile + make +} + +package() { + cd $_pkgname-$pkgver + make DESTDIR="$pkgdir" install +} -- cgit v1.2.3-54-g00ecf