[arch-commits] Commit in latte-dock/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Apr 3 19:05:00 UTC 2017
Date: Monday, April 3, 2017 @ 19:05:00
Author: arojas
Revision: 220431
archrelease: copy trunk to community-i686, community-x86_64
Added:
latte-dock/repos/community-i686/
latte-dock/repos/community-i686/PKGBUILD
(from rev 220430, latte-dock/trunk/PKGBUILD)
latte-dock/repos/community-x86_64/PKGBUILD
(from rev 220430, latte-dock/trunk/PKGBUILD)
Deleted:
latte-dock/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 33 ---------------------------------
3 files changed, 66 insertions(+), 33 deletions(-)
Copied: latte-dock/repos/community-i686/PKGBUILD (from rev 220430, latte-dock/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-03 19:05:00 UTC (rev 220431)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Michael Straube <straubem at gmx.de>
+
+pkgname=latte-dock
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(i686 x86_64)
+url='https://github.com/psifidotos/Latte-Dock'
+license=(GPL)
+depends=(plasma-framework hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz")
+sha256sums=('ecc573e999e0551e96baaae1ccf5fce7093281f958554e2e42195a1a57dc07af')
+
+prepare() {
+ mkdir -p Latte-Dock-$pkgver/build # out-of-tree build fails
+}
+
+build() {
+ cd Latte-Dock-$pkgver/build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd Latte-Dock-$pkgver/build
+
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-04-03 19:04:21 UTC (rev 220430)
+++ community-x86_64/PKGBUILD 2017-04-03 19:05:00 UTC (rev 220431)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Michael Straube <straubem at gmx.de>
-
-pkgname=latte-dock
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(i686 x86_64)
-url='https://github.com/psifidotos/Latte-Dock'
-license=(GPL)
-depends=(plasma-framework hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz")
-sha256sums=('ecc573e999e0551e96baaae1ccf5fce7093281f958554e2e42195a1a57dc07af')
-
-prepare() {
- mkdir -p Latte-Dock-$pkgver/build # out-of-tree build fails
-}
-
-build() {
- cd Latte-Dock-$pkgver/build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd Latte-Dock-$pkgver/build
-
- make DESTDIR="$pkgdir" install
-}
Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 220430, latte-dock/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-04-03 19:05:00 UTC (rev 220431)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Michael Straube <straubem at gmx.de>
+
+pkgname=latte-dock
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(i686 x86_64)
+url='https://github.com/psifidotos/Latte-Dock'
+license=(GPL)
+depends=(plasma-framework hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz")
+sha256sums=('ecc573e999e0551e96baaae1ccf5fce7093281f958554e2e42195a1a57dc07af')
+
+prepare() {
+ mkdir -p Latte-Dock-$pkgver/build # out-of-tree build fails
+}
+
+build() {
+ cd Latte-Dock-$pkgver/build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd Latte-Dock-$pkgver/build
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list