Date: Wednesday, April 16, 2014 @ 12:47:58 Author: flexiondotorg Revision: 109586
archrelease: copy trunk to community-i686, community-x86_64 Added: plank-config/repos/community-i686/ plank-config/repos/community-i686/PKGBUILD (from rev 109585, plank-config/trunk/PKGBUILD) plank-config/repos/community-i686/plank-config.install (from rev 109585, plank-config/trunk/plank-config.install) plank-config/repos/community-x86_64/ plank-config/repos/community-x86_64/PKGBUILD (from rev 109585, plank-config/trunk/PKGBUILD) plank-config/repos/community-x86_64/plank-config.install (from rev 109585, plank-config/trunk/plank-config.install) ---------------------------------------+ community-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++ community-i686/plank-config.install | 12 +++++++++++ community-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++ community-x86_64/plank-config.install | 12 +++++++++++ 4 files changed, 92 insertions(+) Copied: plank-config/repos/community-i686/PKGBUILD (from rev 109585, plank-config/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-04-16 10:47:58 UTC (rev 109586) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer : Martin Wimpress <c...@flexion.org> +# Contributor: Ernesto Ricart <ernest2...@gmail.com> + +_pkgname=Plank-Config +# Convert to lowercase +pkgname=${_pkgname,,} +pkgver=1.2 +pkgrel=3 +pkgdesc="A tool to configure Plank Dock" +arch=('i686' 'x86_64') +url="https://github.com/ernest21/Plank-Config/" +license=('GPL') +depends=('plank') +makedepends=('vala') +source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/v${pkgver}.tar.gz") +md5sums=('7b5ee3842c079166d70aadb9eb14fd77') +install=${pkgname}.install + +prepare() { + cd "${srcdir}/${_pkgname}-${pkgver}" + chmod +x ./autogen.sh + NOCONFIGURE=1 ./autogen.sh +} +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + ./configure \ + --prefix=/usr + make +} +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: plank-config/repos/community-i686/plank-config.install (from rev 109585, plank-config/trunk/plank-config.install) =================================================================== --- community-i686/plank-config.install (rev 0) +++ community-i686/plank-config.install 2014-04-16 10:47:58 UTC (rev 109586) @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} \ No newline at end of file Copied: plank-config/repos/community-x86_64/PKGBUILD (from rev 109585, plank-config/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-04-16 10:47:58 UTC (rev 109586) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer : Martin Wimpress <c...@flexion.org> +# Contributor: Ernesto Ricart <ernest2...@gmail.com> + +_pkgname=Plank-Config +# Convert to lowercase +pkgname=${_pkgname,,} +pkgver=1.2 +pkgrel=3 +pkgdesc="A tool to configure Plank Dock" +arch=('i686' 'x86_64') +url="https://github.com/ernest21/Plank-Config/" +license=('GPL') +depends=('plank') +makedepends=('vala') +source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/ernest21/${_pkgname}/archive/v${pkgver}.tar.gz") +md5sums=('7b5ee3842c079166d70aadb9eb14fd77') +install=${pkgname}.install + +prepare() { + cd "${srcdir}/${_pkgname}-${pkgver}" + chmod +x ./autogen.sh + NOCONFIGURE=1 ./autogen.sh +} +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + ./configure \ + --prefix=/usr + make +} +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: plank-config/repos/community-x86_64/plank-config.install (from rev 109585, plank-config/trunk/plank-config.install) =================================================================== --- community-x86_64/plank-config.install (rev 0) +++ community-x86_64/plank-config.install 2014-04-16 10:47:58 UTC (rev 109586) @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} \ No newline at end of file