[arch-commits] Commit in gnome-clocks/repos (8 files)
Jan de Groot
jgc at archlinux.org
Wed Oct 15 11:03:25 UTC 2014
Date: Wednesday, October 15, 2014 @ 13:03:25
Author: jgc
Revision: 224394
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-clocks/repos/testing-i686/PKGBUILD
(from rev 224393, gnome-clocks/trunk/PKGBUILD)
gnome-clocks/repos/testing-i686/gnome-clocks.install
(from rev 224393, gnome-clocks/trunk/gnome-clocks.install)
gnome-clocks/repos/testing-x86_64/PKGBUILD
(from rev 224393, gnome-clocks/trunk/PKGBUILD)
gnome-clocks/repos/testing-x86_64/gnome-clocks.install
(from rev 224393, gnome-clocks/trunk/gnome-clocks.install)
Deleted:
gnome-clocks/repos/testing-i686/PKGBUILD
gnome-clocks/repos/testing-i686/gnome-clocks.install
gnome-clocks/repos/testing-x86_64/PKGBUILD
gnome-clocks/repos/testing-x86_64/gnome-clocks.install
-------------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++
/gnome-clocks.install | 26 +++++++++++++
testing-i686/PKGBUILD | 33 -----------------
testing-i686/gnome-clocks.install | 13 ------
testing-x86_64/PKGBUILD | 33 -----------------
testing-x86_64/gnome-clocks.install | 13 ------
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2014-10-15 11:03:16 UTC (rev 224393)
+++ testing-i686/PKGBUILD 2014-10-15 11:03:25 UTC (rev 224394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-clocks
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Clocks applications for GNOME"
-arch=(i686 x86_64)
-url="https://www.gnome.org/"
-license=(GPL)
-depends=(gtk3 libcanberra libgweather gnome-desktop
- hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib)
-makedepends=(intltool vala gobject-introspection itstool)
-groups=(gnome-extra)
-install=gnome-clocks.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3a52e7d40754b7ffa65e223cc2bf4dc9c096c2d53881e55dce65e646255bc52f')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-clocks/repos/testing-i686/PKGBUILD (from rev 224393, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-10-15 11:03:25 UTC (rev 224394)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-clocks
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/"
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop
+ hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib)
+makedepends=(intltool vala gobject-introspection itstool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9d6a6fe22e3e4569da44bb93e5e26eb3d3faf2b2edadfd45b088cea0e2c94b4b')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-i686/gnome-clocks.install
===================================================================
--- testing-i686/gnome-clocks.install 2014-10-15 11:03:16 UTC (rev 224393)
+++ testing-i686/gnome-clocks.install 2014-10-15 11:03:25 UTC (rev 224394)
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gnome-clocks/repos/testing-i686/gnome-clocks.install (from rev 224393, gnome-clocks/trunk/gnome-clocks.install)
===================================================================
--- testing-i686/gnome-clocks.install (rev 0)
+++ testing-i686/gnome-clocks.install 2014-10-15 11:03:25 UTC (rev 224394)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2014-10-15 11:03:16 UTC (rev 224393)
+++ testing-x86_64/PKGBUILD 2014-10-15 11:03:25 UTC (rev 224394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-clocks
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Clocks applications for GNOME"
-arch=(i686 x86_64)
-url="https://www.gnome.org/"
-license=(GPL)
-depends=(gtk3 libcanberra libgweather gnome-desktop
- hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib)
-makedepends=(intltool vala gobject-introspection itstool)
-groups=(gnome-extra)
-install=gnome-clocks.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3a52e7d40754b7ffa65e223cc2bf4dc9c096c2d53881e55dce65e646255bc52f')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-clocks/repos/testing-x86_64/PKGBUILD (from rev 224393, gnome-clocks/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-15 11:03:25 UTC (rev 224394)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-clocks
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/"
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop
+ hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib)
+makedepends=(intltool vala gobject-introspection itstool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9d6a6fe22e3e4569da44bb93e5e26eb3d3faf2b2edadfd45b088cea0e2c94b4b')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-x86_64/gnome-clocks.install
===================================================================
--- testing-x86_64/gnome-clocks.install 2014-10-15 11:03:16 UTC (rev 224393)
+++ testing-x86_64/gnome-clocks.install 2014-10-15 11:03:25 UTC (rev 224394)
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gnome-clocks/repos/testing-x86_64/gnome-clocks.install (from rev 224393, gnome-clocks/trunk/gnome-clocks.install)
===================================================================
--- testing-x86_64/gnome-clocks.install (rev 0)
+++ testing-x86_64/gnome-clocks.install 2014-10-15 11:03:25 UTC (rev 224394)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list