diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-26 21:05:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-26 21:05:55 -0300 |
commit | e96423b261d094f18bd81b1941ba6b07ec1fa4c5 (patch) | |
tree | 2f580cded271d1b92656ecaa4a98f5e56dc41b98 /libre/file-roller-libre/PKGBUILD | |
parent | 3e22240d69b8415840612e64e56f3a4e7ada7ae9 (diff) |
add parabola suffix on some packages
Diffstat (limited to 'libre/file-roller-libre/PKGBUILD')
-rw-r--r-- | libre/file-roller-libre/PKGBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD deleted file mode 100644 index 42faa5054..000000000 --- a/libre/file-roller-libre/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# $Id: PKGBUILD 213482 2014-05-23 23:43:56Z heftig $ -# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> -# Contributor (Arch): Jan de Groot <jgc@archlinux.org> - -_pkgname=file-roller -pkgname=file-roller-libre -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') -provides=("$_pkgname=$pkgver") -replaces=("$_pkgname") -conflicts=("$_pkgname") -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 -} |