[arch-commits] Commit in plank/repos (8 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Mar 14 18:23:53 UTC 2016
Date: Monday, March 14, 2016 @ 19:23:53
Author: alucryd
Revision: 166748
archrelease: copy trunk to community-i686, community-x86_64
Added:
plank/repos/community-i686/PKGBUILD
(from rev 166747, plank/trunk/PKGBUILD)
plank/repos/community-i686/plank.install
(from rev 166747, plank/trunk/plank.install)
plank/repos/community-x86_64/PKGBUILD
(from rev 166747, plank/trunk/PKGBUILD)
plank/repos/community-x86_64/plank.install
(from rev 166747, plank/trunk/plank.install)
Deleted:
plank/repos/community-i686/PKGBUILD
plank/repos/community-i686/plank.install
plank/repos/community-x86_64/PKGBUILD
plank/repos/community-x86_64/plank.install
--------------------------------+
/PKGBUILD | 72 +++++++++++++++++++++++++++++++++++++++
/plank.install | 32 +++++++++++++++++
community-i686/PKGBUILD | 36 -------------------
community-i686/plank.install | 15 --------
community-x86_64/PKGBUILD | 36 -------------------
community-x86_64/plank.install | 15 --------
6 files changed, 104 insertions(+), 102 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-03-14 18:23:36 UTC (rev 166747)
+++ community-i686/PKGBUILD 2016-03-14 18:23:53 UTC (rev 166748)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-# Contributor: dcelasun <dcelasun at gmail.com>
-
-pkgname=plank
-pkgver=0.10.1
-pkgrel=2
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz")
-sha256sums=('04cf4205fb7fce035bf537395fbfc3cf79aea9692fb4186345fe6a06ce2ebf36')
-
-build() {
- cd plank-${pkgver}
-
- ./configure \
- --prefix='/usr' \
- --sysconfdir='/etc' \
- --disable-apport
- make
-}
-
-package() {
- cd plank-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: plank/repos/community-i686/PKGBUILD (from rev 166747, plank/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-14 18:23:53 UTC (rev 166748)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+# Contributor: dcelasun <dcelasun at gmail.com>
+
+pkgname=plank
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz")
+sha256sums=('4d841deb46c071393541d5abec9d6c46f61434027d3426fdd130768444995ea3')
+
+build() {
+ cd plank-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --sysconfdir='/etc' \
+ --disable-apport
+ make
+}
+
+package() {
+ cd plank-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-i686/plank.install
===================================================================
--- community-i686/plank.install 2016-03-14 18:23:36 UTC (rev 166747)
+++ community-i686/plank.install 2016-03-14 18:23:53 UTC (rev 166748)
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
- post_install
-}
-
-post_remove()
-{
- post_install
-}
-
-# vim: ts=2 sw=2 et:
Copied: plank/repos/community-i686/plank.install (from rev 166747, plank/trunk/plank.install)
===================================================================
--- community-i686/plank.install (rev 0)
+++ community-i686/plank.install 2016-03-14 18:23:53 UTC (rev 166748)
@@ -0,0 +1,16 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -fqt usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-03-14 18:23:36 UTC (rev 166747)
+++ community-x86_64/PKGBUILD 2016-03-14 18:23:53 UTC (rev 166748)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-# Contributor: dcelasun <dcelasun at gmail.com>
-
-pkgname=plank
-pkgver=0.10.1
-pkgrel=2
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz")
-sha256sums=('04cf4205fb7fce035bf537395fbfc3cf79aea9692fb4186345fe6a06ce2ebf36')
-
-build() {
- cd plank-${pkgver}
-
- ./configure \
- --prefix='/usr' \
- --sysconfdir='/etc' \
- --disable-apport
- make
-}
-
-package() {
- cd plank-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: plank/repos/community-x86_64/PKGBUILD (from rev 166747, plank/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-03-14 18:23:53 UTC (rev 166748)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+# Contributor: dcelasun <dcelasun at gmail.com>
+
+pkgname=plank
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz")
+sha256sums=('4d841deb46c071393541d5abec9d6c46f61434027d3426fdd130768444995ea3')
+
+build() {
+ cd plank-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --sysconfdir='/etc' \
+ --disable-apport
+ make
+}
+
+package() {
+ cd plank-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/plank.install
===================================================================
--- community-x86_64/plank.install 2016-03-14 18:23:36 UTC (rev 166747)
+++ community-x86_64/plank.install 2016-03-14 18:23:53 UTC (rev 166748)
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
- post_install
-}
-
-post_remove()
-{
- post_install
-}
-
-# vim: ts=2 sw=2 et:
Copied: plank/repos/community-x86_64/plank.install (from rev 166747, plank/trunk/plank.install)
===================================================================
--- community-x86_64/plank.install (rev 0)
+++ community-x86_64/plank.install 2016-03-14 18:23:53 UTC (rev 166748)
@@ -0,0 +1,16 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -fqt usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list