Skip to content
Snippets Groups Projects
Verified Commit d6e7cc0a authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/*: More minor syntax fixes

parent 04db817a
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,8 @@ subpackages=""
source="https://distfiles.adelielinux.org/source/adelie-wallpapers-$pkgver.tar.xz"
package() {
cd "$builddir"
mkdir -p "$pkgdir"
cp -r usr "$pkgdir"/
mv "$builddir"/usr "$pkgdir"/
}
sha512sums="3815145eaf92524eb848ec179cefecd66b43873a9f17133b62baf2ce894d7f629585f6670e5e499d7d5779377c1819627256d7812bb4318b0bfd68466c9b1cff adelie-wallpapers-1.0.tar.xz"
......@@ -6,8 +6,8 @@ pkgrel=0
pkgdesc="Material, flat style icon theme"
url="https://store.kde.org/p/1166289/"
arch="noarch"
license="LGPL-3.0"
options="!check" # Icon set.
license="LGPL-3.0"
depends=""
makedepends=""
subpackages="$pkgname-light $pkgname-dark e$pkgname:epapirus"
......
......@@ -7,23 +7,21 @@ pkgdesc="Parallel implementation of gzip"
url="http://zlib.net/pigz/"
arch="all"
license="zlib"
depends=""
makedepends="zlib-dev"
subpackages="$pkgname-doc"
source="http://zlib.net/pigz/pigz-$pkgver.tar.gz"
build() {
cd "$builddir"
export CXXFLAGS="$CXXFLAGS -std=gnu++98"
make
}
check() {
cd "$builddir"
make tests
}
package() {
cd "$builddir"
mkdir -p "$pkgdir"/usr/bin
mkdir -p "$pkgdir"/usr/share/man/man1
for i in pigz unpigz; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment