[arch-commits] Commit in gnome-tweak-tool/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Oct 31 12:17:52 UTC 2017
Date: Tuesday, October 31, 2017 @ 12:17:52
Author: heftig
Revision: 308760
archrelease: copy trunk to extra-any
Added:
gnome-tweak-tool/repos/extra-any/PKGBUILD
(from rev 308759, gnome-tweak-tool/trunk/PKGBUILD)
Deleted:
gnome-tweak-tool/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-31 12:17:28 UTC (rev 308759)
+++ PKGBUILD 2017-10-31 12:17:52 UTC (rev 308760)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-tweak-tool
-pkgver=3.26.2.1
-pkgrel=1
-pkgdesc="Customize advanced GNOME 3 options"
-arch=(any)
-url="https://wiki.gnome.org/Apps/GnomeTweakTool"
-license=(GPL)
-depends=(gnome-settings-daemon python-gobject)
-makedepends=(git meson)
-groups=(gnome-extra)
-_commit=96ddca165efe44406ec2774a2595e35d082a01a5 # tags/3.26.2.1^0
-source=("git+https://git.gnome.org/browse/gnome-tweak-tool#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
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gnome-tweak-tool/repos/extra-any/PKGBUILD (from rev 308759, gnome-tweak-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-10-31 12:17:52 UTC (rev 308760)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.26.3
+pkgrel=1
+pkgdesc="Customize advanced GNOME 3 options"
+url="https://wiki.gnome.org/Apps/GnomeTweakTool"
+arch=(any)
+license=(GPL)
+depends=(gnome-settings-daemon python-gobject nautilus)
+makedepends=(git meson)
+groups=(gnome-extra)
+_commit=3d53a5ad00cedcc7df30bc709c923cbdf97f82cf # tags/3.26.3^0
+source=("git+https://git.gnome.org/browse/gnome-tweak-tool#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
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list