[arch-commits] Commit in plank/repos (8 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Jan 2 23:40:07 UTC 2015
Date: Saturday, January 3, 2015 @ 00:40:07
Author: alucryd
Revision: 125194
archrelease: copy trunk to community-i686, community-x86_64
Added:
plank/repos/community-i686/PKGBUILD
(from rev 125193, plank/trunk/PKGBUILD)
plank/repos/community-i686/plank.install
(from rev 125193, plank/trunk/plank.install)
plank/repos/community-x86_64/PKGBUILD
(from rev 125193, plank/trunk/PKGBUILD)
plank/repos/community-x86_64/plank.install
(from rev 125193, 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 | 64 +++++++++++++++++++++++++++++++++++++++
/plank.install | 30 ++++++++++++++++++
community-i686/PKGBUILD | 32 -------------------
community-i686/plank.install | 15 ---------
community-x86_64/PKGBUILD | 32 -------------------
community-x86_64/plank.install | 15 ---------
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-01-02 23:39:49 UTC (rev 125193)
+++ community-i686/PKGBUILD 2015-01-02 23:40:07 UTC (rev 125194)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo dot co dot uk>
-# Contributor: dcelasun <dcelasun at gmaild dot com>
-
-pkgname=plank
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install="${pkgname}.install"
-source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('fa51b66a4a84d14b1fc605d38369be392cb09cf4263573f6cf74423d0bad1da5')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: plank/repos/community-i686/PKGBUILD (from rev 125193, plank/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 23:40:07 UTC (rev 125194)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo dot co dot uk>
+# Contributor: dcelasun <dcelasun at gmaild dot com>
+
+pkgname=plank
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install="${pkgname}.install"
+source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('6ce80465792f2b89b180c5273b820d05696dc3a59187d33a7fcd29fb528c89eb')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-i686/plank.install
===================================================================
--- community-i686/plank.install 2015-01-02 23:39:49 UTC (rev 125193)
+++ community-i686/plank.install 2015-01-02 23:40:07 UTC (rev 125194)
@@ -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 125193, plank/trunk/plank.install)
===================================================================
--- community-i686/plank.install (rev 0)
+++ community-i686/plank.install 2015-01-02 23:40:07 UTC (rev 125194)
@@ -0,0 +1,15 @@
+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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-01-02 23:39:49 UTC (rev 125193)
+++ community-x86_64/PKGBUILD 2015-01-02 23:40:07 UTC (rev 125194)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo dot co dot uk>
-# Contributor: dcelasun <dcelasun at gmaild dot com>
-
-pkgname=plank
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install="${pkgname}.install"
-source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('fa51b66a4a84d14b1fc605d38369be392cb09cf4263573f6cf74423d0bad1da5')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: plank/repos/community-x86_64/PKGBUILD (from rev 125193, plank/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-01-02 23:40:07 UTC (rev 125194)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo dot co dot uk>
+# Contributor: dcelasun <dcelasun at gmaild dot com>
+
+pkgname=plank
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install="${pkgname}.install"
+source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('6ce80465792f2b89b180c5273b820d05696dc3a59187d33a7fcd29fb528c89eb')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/plank.install
===================================================================
--- community-x86_64/plank.install 2015-01-02 23:39:49 UTC (rev 125193)
+++ community-x86_64/plank.install 2015-01-02 23:40:07 UTC (rev 125194)
@@ -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 125193, plank/trunk/plank.install)
===================================================================
--- community-x86_64/plank.install (rev 0)
+++ community-x86_64/plank.install 2015-01-02 23:40:07 UTC (rev 125194)
@@ -0,0 +1,15 @@
+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:
More information about the arch-commits
mailing list