[arch-commits] Commit in oxygen-icons/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Nov 19 07:19:03 UTC 2015
Date: Thursday, November 19, 2015 @ 08:19:03
Author: arojas
Revision: 251235
Add missing extra-cmake-modules makedepends (FS#47119)
Modified:
oxygen-icons/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-19 03:44:30 UTC (rev 251234)
+++ PKGBUILD 2015-11-19 07:19:03 UTC (rev 251235)
@@ -13,12 +13,12 @@
arch=('any')
url='http://www.oxygen-icons.org/'
license=('LGPL')
-makedepends=('cmake')
+makedepends=('extra-cmake-modules')
source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz")
sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
prepare() {
- mkdir build
+ mkdir -p build
}
build() {
More information about the arch-commits
mailing list