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

Balló György bgyorgy at archlinux.org
Sun Apr 10 16:54:18 UTC 2016


    Date: Sunday, April 10, 2016 @ 18:54:18
  Author: bgyorgy
Revision: 170141

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

Added:
  gnome-flashback/repos/community-i686/PKGBUILD
    (from rev 170140, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-i686/gnome-flashback.install
    (from rev 170140, gnome-flashback/trunk/gnome-flashback.install)
  gnome-flashback/repos/community-x86_64/PKGBUILD
    (from rev 170140, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-x86_64/gnome-flashback.install
    (from rev 170140, gnome-flashback/trunk/gnome-flashback.install)
Deleted:
  gnome-flashback/repos/community-i686/PKGBUILD
  gnome-flashback/repos/community-i686/gnome-flashback.install
  gnome-flashback/repos/community-x86_64/PKGBUILD
  gnome-flashback/repos/community-x86_64/gnome-flashback.install

------------------------------------------+
 /PKGBUILD                                |   62 +++++++++++++++++++++++++++++
 /gnome-flashback.install                 |   22 ++++++++++
 community-i686/PKGBUILD                  |   32 --------------
 community-i686/gnome-flashback.install   |   11 -----
 community-x86_64/PKGBUILD                |   32 --------------
 community-x86_64/gnome-flashback.install |   11 -----
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-10 16:54:10 UTC (rev 170140)
+++ community-i686/PKGBUILD	2016-04-10 16:54:18 UTC (rev 170141)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-flashback
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="GNOME Flashback session"
-arch=('i686' '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' 'nautilus')
-makedepends=('intltool')
-optdepends=('gnome-backgrounds: Default background'
-            'gnome-control-center: System settings'
-            'gnome-screensaver: Lock screen'
-            'network-manager-applet: Network management'
-            'notification-daemon: Desktop notifications')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('986f046f937adb0edfeab997d5e463769364468288e790beede69f5c374c7dae')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-flashback/repos/community-i686/PKGBUILD (from rev 170140, gnome-flashback/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-10 16:54:18 UTC (rev 170141)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-flashback
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="GNOME Flashback session"
+arch=('i686' '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' 'nautilus')
+makedepends=('intltool')
+optdepends=('gnome-backgrounds: Default background'
+            'gnome-control-center: System settings'
+            'gnome-screensaver: Lock screen'
+            'network-manager-applet: Network management')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f065d8eb7ad8939734bab551cde39ddf327ada54ff38c32737f2f29dd7111c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnome-flashback.install
===================================================================
--- community-i686/gnome-flashback.install	2016-04-10 16:54:10 UTC (rev 170140)
+++ community-i686/gnome-flashback.install	2016-04-10 16:54:18 UTC (rev 170141)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-flashback/repos/community-i686/gnome-flashback.install (from rev 170140, gnome-flashback/trunk/gnome-flashback.install)
===================================================================
--- community-i686/gnome-flashback.install	                        (rev 0)
+++ community-i686/gnome-flashback.install	2016-04-10 16:54:18 UTC (rev 170141)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-10 16:54:10 UTC (rev 170140)
+++ community-x86_64/PKGBUILD	2016-04-10 16:54:18 UTC (rev 170141)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-flashback
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="GNOME Flashback session"
-arch=('i686' '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' 'nautilus')
-makedepends=('intltool')
-optdepends=('gnome-backgrounds: Default background'
-            'gnome-control-center: System settings'
-            'gnome-screensaver: Lock screen'
-            'network-manager-applet: Network management'
-            'notification-daemon: Desktop notifications')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('986f046f937adb0edfeab997d5e463769364468288e790beede69f5c374c7dae')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-flashback/repos/community-x86_64/PKGBUILD (from rev 170140, gnome-flashback/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-10 16:54:18 UTC (rev 170141)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-flashback
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="GNOME Flashback session"
+arch=('i686' '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' 'nautilus')
+makedepends=('intltool')
+optdepends=('gnome-backgrounds: Default background'
+            'gnome-control-center: System settings'
+            'gnome-screensaver: Lock screen'
+            'network-manager-applet: Network management')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f065d8eb7ad8939734bab551cde39ddf327ada54ff38c32737f2f29dd7111c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/gnome-flashback.install
===================================================================
--- community-x86_64/gnome-flashback.install	2016-04-10 16:54:10 UTC (rev 170140)
+++ community-x86_64/gnome-flashback.install	2016-04-10 16:54:18 UTC (rev 170141)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-flashback/repos/community-x86_64/gnome-flashback.install (from rev 170140, gnome-flashback/trunk/gnome-flashback.install)
===================================================================
--- community-x86_64/gnome-flashback.install	                        (rev 0)
+++ community-x86_64/gnome-flashback.install	2016-04-10 16:54:18 UTC (rev 170141)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list