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")
|
||||
sha1sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd kde-baseapps
|
||||
printf "4.16.0.%s" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake ../ariya-icons \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
|
||||
-DKDE4_BUILD_TESTS=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
cd build
|
||||
cmake ../ariya-icons \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDbgInfo \
|
||||
-DKDE4_BUILD_TESTS=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
cd "${srcdir}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue