[arch-commits] Commit in metacity/repos (8 files)
Balló György
bgyorgy at archlinux.org
Wed Apr 15 21:19:35 UTC 2015
Date: Wednesday, April 15, 2015 @ 23:19:35
Author: bgyorgy
Revision: 131449
archrelease: copy trunk to community-i686, community-x86_64
Added:
metacity/repos/community-i686/PKGBUILD
(from rev 131448, metacity/trunk/PKGBUILD)
metacity/repos/community-i686/metacity.install
(from rev 131448, metacity/trunk/metacity.install)
metacity/repos/community-x86_64/PKGBUILD
(from rev 131448, metacity/trunk/PKGBUILD)
metacity/repos/community-x86_64/metacity.install
(from rev 131448, metacity/trunk/metacity.install)
Deleted:
metacity/repos/community-i686/PKGBUILD
metacity/repos/community-i686/metacity.install
metacity/repos/community-x86_64/PKGBUILD
metacity/repos/community-x86_64/metacity.install
-----------------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++
/metacity.install | 22 ++++++++++++++
community-i686/PKGBUILD | 28 ------------------
community-i686/metacity.install | 11 -------
community-x86_64/PKGBUILD | 28 ------------------
community-x86_64/metacity.install | 11 -------
6 files changed, 78 insertions(+), 78 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-15 21:19:28 UTC (rev 131448)
+++ community-i686/PKGBUILD 2015-04-15 21:19:35 UTC (rev 131449)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=metacity
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url="https://wiki.gnome.org/Projects/Metacity"
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0a9781c0ba7ef78e871600b0c1720e1bd105d6eb573e3544e83db7a51ee0592')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
- --disable-static --disable-schemas-compile
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: metacity/repos/community-i686/PKGBUILD (from rev 131448, metacity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 21:19:35 UTC (rev 131449)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Legacy GNOME window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url="https://wiki.gnome.org/Projects/Metacity"
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7a2e4ab7e19bfa5e6fc75d80d66e79f7965b5a51435c9675b0e895179d256f86')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-static --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-i686/metacity.install
===================================================================
--- community-i686/metacity.install 2015-04-15 21:19:28 UTC (rev 131448)
+++ community-i686/metacity.install 2015-04-15 21:19:35 UTC (rev 131449)
@@ -1,11 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: metacity/repos/community-i686/metacity.install (from rev 131448, metacity/trunk/metacity.install)
===================================================================
--- community-i686/metacity.install (rev 0)
+++ community-i686/metacity.install 2015-04-15 21:19:35 UTC (rev 131449)
@@ -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 2015-04-15 21:19:28 UTC (rev 131448)
+++ community-x86_64/PKGBUILD 2015-04-15 21:19:35 UTC (rev 131449)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=metacity
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url="https://wiki.gnome.org/Projects/Metacity"
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0a9781c0ba7ef78e871600b0c1720e1bd105d6eb573e3544e83db7a51ee0592')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
- --disable-static --disable-schemas-compile
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: metacity/repos/community-x86_64/PKGBUILD (from rev 131448, metacity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-15 21:19:35 UTC (rev 131449)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Legacy GNOME window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url="https://wiki.gnome.org/Projects/Metacity"
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7a2e4ab7e19bfa5e6fc75d80d66e79f7965b5a51435c9675b0e895179d256f86')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-static --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/metacity.install
===================================================================
--- community-x86_64/metacity.install 2015-04-15 21:19:28 UTC (rev 131448)
+++ community-x86_64/metacity.install 2015-04-15 21:19:35 UTC (rev 131449)
@@ -1,11 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: metacity/repos/community-x86_64/metacity.install (from rev 131448, metacity/trunk/metacity.install)
===================================================================
--- community-x86_64/metacity.install (rev 0)
+++ community-x86_64/metacity.install 2015-04-15 21:19:35 UTC (rev 131449)
@@ -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