[arch-commits] Commit in gnome-multi-writer/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Jun 19 01:11:11 UTC 2019


    Date: Wednesday, June 19, 2019 @ 01:11:10
  Author: bgyorgy
Revision: 482264

archrelease: copy trunk to community-x86_64

Added:
  gnome-multi-writer/repos/community-x86_64/PKGBUILD
    (from rev 482263, gnome-multi-writer/trunk/PKGBUILD)
Deleted:
  gnome-multi-writer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++---------------------------------
 1 file changed, 24 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 01:11:07 UTC (rev 482263)
+++ PKGBUILD	2019-06-19 01:11:10 UTC (rev 482264)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-multi-writer
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Write an ISO file to multiple USB devices at once"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/MultiWriter"
-license=('GPL')
-groups=('gnome-extra')
-depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
-makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'meson' 'perl-sgmls')
-optdepends=('gnome-icon-theme-extras: show device icons')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('098c1586962698c86e586925d9ea52262eaa17dbe2bab74230f2dff8a45ad0cb')
-
-prepare() {
-	mkdir build
-}
-
-build() {
-	cd build
-	meson ../$pkgname-$pkgver \
-		--prefix=/usr \
-                --libexecdir=lib/$pkgname \
-		--buildtype=release
-	ninja
-}
-
-package() {
-	cd build
-	DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-multi-writer/repos/community-x86_64/PKGBUILD (from rev 482263, gnome-multi-writer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-19 01:11:10 UTC (rev 482264)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-multi-writer
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="Write an ISO file to multiple USB devices at once"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/MultiWriter"
+license=('GPL')
+groups=('gnome-extra')
+depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
+makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'meson' 'perl-sgmls')
+optdepends=('gnome-icon-theme-extras: show device icons')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('bcd56cd0716a727b85e3a2dedef8e747d4567952e68c29907bea8b103d6aedaa')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list