Adapta: update to 3.89.1.36. This includes also sassc dependency. (#5225)
* New package: sassc-3.3.6 * Adapta: update to 3.89.1.36.
This commit is contained in:
parent
19d01ed218
commit
ade5e362e5
2 changed files with 24 additions and 4 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'Adapta'
|
# Template file for 'Adapta'
|
||||||
pkgname=Adapta
|
pkgname=Adapta
|
||||||
version=3.22.4.1
|
version=3.89.1.36
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
wrksrc="adapta-gtk-theme-$version"
|
wrksrc="adapta-gtk-theme-$version"
|
||||||
hostmakedepends="automake ruby inkscape glib-devel parallel"
|
hostmakedepends="automake inkscape glib-devel parallel sassc"
|
||||||
short_desc="An adaptive Gtk+ theme based on Material Design Guidelines"
|
short_desc="An adaptive Gtk+ theme based on Material Design Guidelines"
|
||||||
maintainer="demiaster <marta.celeste.feriani@gmail.com>"
|
maintainer="demiaster <marta.celeste.feriani@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/tista500/$pkgname"
|
homepage="https://github.com/tista500/$pkgname"
|
||||||
distfiles="$homepage/archive/$version.tar.gz"
|
distfiles="$homepage/archive/$version.tar.gz"
|
||||||
checksum=e69c8057feb26c239d270fe78eb7112325f30601c86b8df40bfc8b9fb48bd802
|
checksum=eab123feb9aa089654f0069e69a7c1f193957b46a32425827df7b0f26557b0f7
|
||||||
|
|
||||||
noarch=y
|
noarch=y
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
gem install bundler sass
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
21
srcpkgs/sassc/template
Normal file
21
srcpkgs/sassc/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'sassc'
|
||||||
|
pkgname=sassc
|
||||||
|
version=3.3.6
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
|
makedepends="libsass-devel"
|
||||||
|
short_desc="C/C++ wrapper for sass"
|
||||||
|
maintainer="demiaster <marta.celeste.feriani@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/sass/$pkgname"
|
||||||
|
distfiles="$homepage/archive/$version.tar.gz"
|
||||||
|
checksum=3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -i
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue