[arch-commits] Commit in gnome-multi-writer/repos (4 files)

Balló György bgyorgy at archlinux.org
Sun Apr 23 07:17:34 UTC 2017


    Date: Sunday, April 23, 2017 @ 07:17:33
  Author: bgyorgy
Revision: 224566

archrelease: copy trunk to community-testing-x86_64, community-testing-i686

Added:
  gnome-multi-writer/repos/community-testing-i686/
  gnome-multi-writer/repos/community-testing-i686/PKGBUILD
    (from rev 224565, gnome-multi-writer/trunk/PKGBUILD)
  gnome-multi-writer/repos/community-testing-x86_64/
  gnome-multi-writer/repos/community-testing-x86_64/PKGBUILD
    (from rev 224565, gnome-multi-writer/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: gnome-multi-writer/repos/community-testing-i686/PKGBUILD (from rev 224565, gnome-multi-writer/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-04-23 07:17:33 UTC (rev 224566)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-multi-writer
+pkgver=3.24.0
+pkgrel=2
+pkgdesc="Write an ISO file to multiple USB devices at once"
+arch=('x86_64' 'i686')
+url="https://wiki.gnome.org/Apps/MultiWriter"
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
+makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'perl-sgmls')
+optdepends=('gnome-icon-theme-extras: show device icons')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('abc1f6fbb4500d41c4d833818c61ba7dd79f8b3ff7bc8fe8ebe054450d5146e3')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}

Copied: gnome-multi-writer/repos/community-testing-x86_64/PKGBUILD (from rev 224565, gnome-multi-writer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-04-23 07:17:33 UTC (rev 224566)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-multi-writer
+pkgver=3.24.0
+pkgrel=2
+pkgdesc="Write an ISO file to multiple USB devices at once"
+arch=('x86_64' 'i686')
+url="https://wiki.gnome.org/Apps/MultiWriter"
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
+makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'perl-sgmls')
+optdepends=('gnome-icon-theme-extras: show device icons')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('abc1f6fbb4500d41c4d833818c61ba7dd79f8b3ff7bc8fe8ebe054450d5146e3')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list