[arch-commits] Commit in kde-wallpapers/repos/extra-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jun 30 21:17:08 UTC 2015
Date: Tuesday, June 30, 2015 @ 23:17:08
Author: arojas
Revision: 241651
archrelease: copy trunk to extra-any
Added:
kde-wallpapers/repos/extra-any/PKGBUILD
(from rev 241650, kde-wallpapers/trunk/PKGBUILD)
Deleted:
kde-wallpapers/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-06-30 21:16:56 UTC (rev 241650)
+++ PKGBUILD 2015-06-30 21:17:08 UTC (rev 241651)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kde-wallpapers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A set of wallpapers for KDE"
-arch=('any')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('1efbd14ca1a53b4f35e4d63c87a6ffa5dc3f3e5f')
-
-package() {
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make DESTDIR="${pkgdir}" install
-}
Copied: kde-wallpapers/repos/extra-any/PKGBUILD (from rev 241650, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-06-30 21:17:08 UTC (rev 241651)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1608f1d4294ffed3319c802c7d0801c878616059')
+
+package() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list