[arch-commits] Commit in gnome-flashback/repos (3 files)

Jan Steffens heftig at archlinux.org
Fri Sep 13 21:35:08 UTC 2019


    Date: Friday, September 13, 2019 @ 21:35:08
  Author: heftig
Revision: 510408

archrelease: copy trunk to community-staging-x86_64

Added:
  gnome-flashback/repos/community-staging-x86_64/
  gnome-flashback/repos/community-staging-x86_64/PKGBUILD
    (from rev 510405, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-staging-x86_64/gettext.diff
    (from rev 510405, gnome-flashback/trunk/gettext.diff)

--------------+
 PKGBUILD     |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gettext.diff |   12 ++++++++++++
 2 files changed, 67 insertions(+)

Copied: gnome-flashback/repos/community-staging-x86_64/PKGBUILD (from rev 510405, gnome-flashback/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-09-13 21:35:08 UTC (rev 510408)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-flashback
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="GNOME Flashback session"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeFlashback"
+license=('GPL')
+depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity')
+makedepends=('autoconf-archive' 'git' 'intltool' 'python')
+optdepends=('gnome-backgrounds: Default background'
+            'gnome-control-center: System settings'
+            'gnome-screensaver: Lock screen'
+            'network-manager-applet: Network management')
+_commit=58cf1160cc2716a0e1530165922a6bda42e40825  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-flashback.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
+        gettext.diff)
+sha256sums=('SKIP'
+            'SKIP'
+            'e947f51efca2efcae36755406f1b9a191981fc09a819fe148bc41451a08341d4')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../gettext.diff  # Unbreak build with gettext 0.20
+
+  git submodule init
+  git config --local submodule.gnome-flashback/libsound-applet/gvc.url "$srcdir/libgnome-volume-control"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile --enable-compile-warnings=minimum --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-flashback/repos/community-staging-x86_64/gettext.diff (from rev 510405, gnome-flashback/trunk/gettext.diff)
===================================================================
--- community-staging-x86_64/gettext.diff	                        (rev 0)
+++ community-staging-x86_64/gettext.diff	2019-09-13 21:35:08 UTC (rev 510408)
@@ -0,0 +1,12 @@
+diff --git i/configure.ac w/configure.ac
+index 5dbd86d..0e586c1 100644
+--- i/configure.ac
++++ w/configure.ac
+@@ -71,6 +71,7 @@ dnl **************************************************************************
+ 
+ AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.19.4])
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.4])
+ 
+ GETTEXT_PACKAGE=gnome-flashback
+ AC_SUBST([GETTEXT_PACKAGE])



More information about the arch-commits mailing list