[arch-commits] Commit in brasero/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Apr 12 18:37:14 UTC 2019


    Date: Friday, April 12, 2019 @ 18:37:14
  Author: heftig
Revision: 350657

archrelease: copy trunk to extra-x86_64

Added:
  brasero/repos/extra-x86_64/PKGBUILD
    (from rev 350656, brasero/trunk/PKGBUILD)
Deleted:
  brasero/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 47 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 18:37:00 UTC (rev 350656)
+++ PKGBUILD	2019-04-12 18:37:14 UTC (rev 350657)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=brasero
-pkgver=3.12.2
-pkgrel=2
-pkgdesc="CD/DVD mastering tool"
-url="https://wiki.gnome.org/Apps/Brasero"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 gst-plugins-good totem-plparser cdrkit cdrdao shared-mime-info libcanberra
-         dvd+rw-tools dconf libsm tracker libnotify gvfs)
-makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs libnautilus-extension
-             gobject-introspection gconf itstool docbook-xsl git)
-optdepends=('libburn: alternative back-end'
-            'libisofs: libburn back-end'
-            'dvdauthor: video project'
-            'vcdimager: video project')
-groups=(gnome-extra)
-_commit=f0c7ac25f7e01a608f74111e64ff196fb470ed9f  # tags/3.12.2^0
-source=("git+https://git.gnome.org/browse/brasero#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-caches --disable-schemas-compile --enable-compile-warnings=minimum \
-    --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-}
-

Copied: brasero/repos/extra-x86_64/PKGBUILD (from rev 350656, brasero/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-12 18:37:14 UTC (rev 350657)
@@ -0,0 +1,47 @@
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=brasero
+pkgver=3.12.2+62+gbd1a4d5b
+pkgrel=1
+pkgdesc="CD/DVD mastering tool"
+url="https://wiki.gnome.org/Apps/Brasero"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info libcanberra
+         dvd+rw-tools dconf libsm tracker libnotify gvfs)
+makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs libnautilus-extension
+             gobject-introspection itstool docbook-xsl git)
+optdepends=('libburn: alternative back-end'
+            'libisofs: libburn back-end'
+            'dvdauthor: video project'
+            'vcdimager: video project')
+_commit=bd1a4d5bcdc47a6bb7744a09e10ad40c44bdf5a4  # master
+source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-caches --disable-schemas-compile --enable-compile-warnings=minimum \
+    --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+



More information about the arch-commits mailing list