[arch-commits] Commit in gnome-multi-writer/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Mar 9 17:55:23 UTC 2019
Date: Saturday, March 9, 2019 @ 17:55:22
Author: bgyorgy
Revision: 438613
archrelease: copy trunk to community-x86_64
Added:
gnome-multi-writer/repos/community-x86_64/PKGBUILD
(from rev 438612, gnome-multi-writer/trunk/PKGBUILD)
Deleted:
gnome-multi-writer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-09 17:55:18 UTC (rev 438612)
+++ PKGBUILD 2019-03-09 17:55:22 UTC (rev 438613)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-multi-writer
-pkgver=3.30.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=('6a3c5f1da4a8c04f2a51c196b1aa4ae4bad4ea1d0e5395f9dc62f3542a5f8975')
-
-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 438612, gnome-multi-writer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-09 17:55:22 UTC (rev 438613)
@@ -0,0 +1,33 @@
+# 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
+}
More information about the arch-commits
mailing list