diff options
-rw-r--r-- | libre/gnome-boxes/PKGBUILD (renamed from libre/gnome-boxes-libre/PKGBUILD) | 22 | ||||
-rw-r--r-- | libre/gnome-boxes/gnome-boxes.install (renamed from libre/gnome-boxes-libre/gnome-boxes.install) | 0 | ||||
-rw-r--r-- | libre/gnome-boxes/libre.patch (renamed from libre/gnome-boxes-libre/libre.patch) | 0 |
3 files changed, 10 insertions, 12 deletions
diff --git a/libre/gnome-boxes-libre/PKGBUILD b/libre/gnome-boxes/PKGBUILD index 1c2bff72c..b7c1579f9 100644 --- a/libre/gnome-boxes-libre/PKGBUILD +++ b/libre/gnome-boxes/PKGBUILD @@ -4,41 +4,39 @@ # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: Daniel Milewski <niitotantei@gmail.com> -_pkgname=gnome-boxes -pkgname=gnome-boxes-libre +pkgname=gnome-boxes pkgver=3.12.3 -pkgrel=1 +pkgrel=1.parabola1 pkgdesc="Simple GNOME 3 application to access remote or virtual systems, without nonfree system logos" arch=('i686' 'x86_64' 'mips64el') url="https://wiki.gnome.org/Apps/Boxes" license=('LGPL') -provides=($_pkgname=$pkgver) -conflicts=($_pkgname) -replaces=($_pkgname) +conflicts=(${pkgname}-libre) +replaces=(${pkgname}-libre) depends=('clutter-gtk' 'gtk-vnc' 'libosinfo' 'libsoup' 'libvirt-glib' 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'libcdio' 'mtools' 'dconf' 'gnome-icon-theme' 'gnome-themes-standard') makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala') -install=$_pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz +install=$pkgname.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz libre.patch) sha256sums=('bf57525106baaa635d08a4a4c6ed81e4b8c8708897f2fe7c2623810aec9b6408' '2a93935ba94b9f327645a92f11d1a3d23cbeab8e5c800e414c6762181f51d4c0') prepare() { - cd $_pkgname-$pkgver + cd $pkgname-$pkgver patch -Np1 -i "$srcdir/libre.patch" } build() { - cd $_pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$_pkgname \ + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-static --disable-schemas-compile --enable-smartcard make } package() { - cd $_pkgname-$pkgver + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } diff --git a/libre/gnome-boxes-libre/gnome-boxes.install b/libre/gnome-boxes/gnome-boxes.install index c0ed9a0d7..c0ed9a0d7 100644 --- a/libre/gnome-boxes-libre/gnome-boxes.install +++ b/libre/gnome-boxes/gnome-boxes.install diff --git a/libre/gnome-boxes-libre/libre.patch b/libre/gnome-boxes/libre.patch index 0caf82691..0caf82691 100644 --- a/libre/gnome-boxes-libre/libre.patch +++ b/libre/gnome-boxes/libre.patch |