[arch-commits] Commit in gnome-disk-utility/repos (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 30 16:04:42 UTC 2017


    Date: Monday, October 30, 2017 @ 16:04:41
  Author: heftig
Revision: 308670

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-disk-utility/repos/extra-i686/PKGBUILD
    (from rev 308669, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD
    (from rev 308669, gnome-disk-utility/trunk/PKGBUILD)
Deleted:
  gnome-disk-utility/repos/extra-i686/PKGBUILD
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   88 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   44 ------------------------
 extra-x86_64/PKGBUILD |   44 ------------------------
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-30 16:03:15 UTC (rev 308669)
+++ extra-i686/PKGBUILD	2017-10-30 16:04:41 UTC (rev 308670)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Disk Management Utility for GNOME"
-url="https://git.gnome.org/browse/gnome-disk-utility"
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome)
-depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify parted)
-makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
-_commit=11adbafd96fefa4c2a2f7fab5d2454cc89682d26  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-disk-utility/repos/extra-i686/PKGBUILD (from rev 308669, gnome-disk-utility/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-30 16:04:41 UTC (rev 308670)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+url="https://git.gnome.org/browse/gnome-disk-utility"
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify parted)
+makedepends=(docbook-xsl appstream-glib git meson)
+_commit=d6624c0a1ac98249e44e0f1c19c9cb122360956b  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-30 16:03:15 UTC (rev 308669)
+++ extra-x86_64/PKGBUILD	2017-10-30 16:04:41 UTC (rev 308670)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Disk Management Utility for GNOME"
-url="https://git.gnome.org/browse/gnome-disk-utility"
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome)
-depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify parted)
-makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
-_commit=11adbafd96fefa4c2a2f7fab5d2454cc89682d26  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-disk-utility/repos/extra-x86_64/PKGBUILD (from rev 308669, gnome-disk-utility/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-30 16:04:41 UTC (rev 308670)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+url="https://git.gnome.org/browse/gnome-disk-utility"
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify parted)
+makedepends=(docbook-xsl appstream-glib git meson)
+_commit=d6624c0a1ac98249e44e0f1c19c9cb122360956b  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list