mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 02:42:47 +00:00
packaging: sanitize ariya-icons
This commit is contained in:
parent
9205b58c4c
commit
b7c72d0fda
1 changed files with 14 additions and 9 deletions
|
@ -14,20 +14,25 @@ install=${pkgname}.install
|
||||||
source=("git+https://github.com/fluxer/ariya-icons.git")
|
source=("git+https://github.com/fluxer/ariya-icons.git")
|
||||||
sha1sums=('SKIP')
|
sha1sums=('SKIP')
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd kde-baseapps
|
||||||
|
printf "4.16.0.%s" "$(git rev-parse --short HEAD)"
|
||||||
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd build
|
cd build
|
||||||
cmake ../ariya-icons \
|
cmake ../ariya-icons \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
|
||||||
-DKDE4_BUILD_TESTS=OFF \
|
-DKDE4_BUILD_TESTS=OFF \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
-DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"/build
|
cd "${srcdir}/build"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue