Update 02.03.2019-11:50
This commit is contained in:
parent
cba40c42f5
commit
4d4e46a7a9
2 changed files with 21 additions and 26 deletions
16
.SRCINFO
16
.SRCINFO
|
@ -1,17 +1,13 @@
|
||||||
pkgbase = pkgbase
|
pkgbase = pkgbase
|
||||||
pkgdesc = Loli is a embedded programming language
|
pkgdesc = Refreshed new Adwaita theme with creamy colors and minor changes.
|
||||||
pkgver = 0.8
|
pkgver = 0.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://loli-lang.ml/
|
url = https://github.com/murat-cileli/adwaita-creamy
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = git
|
provides = adwaita-creamy
|
||||||
makedepends = cmake
|
source = git+https://github.com/murat-cileli/adwaita-creamy.git
|
||||||
makedepends = make
|
|
||||||
makedepends = gcc
|
|
||||||
provides = loli
|
|
||||||
source = loli-0.8::git+https://github.com/loli-foundation/loli.git#tag=0.8
|
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = loli
|
pkgname = adwaita-creamy
|
||||||
|
|
||||||
|
|
31
PKGBUILD
31
PKGBUILD
|
@ -1,29 +1,28 @@
|
||||||
# Maintainer: Stoyan Minaev <stoyan.minaev@gmail.com>
|
# Maintainer: Murat Çileli <murat.cileli@gmail.com>
|
||||||
|
|
||||||
pkgbase="pkgbase"
|
pkgbase="pkgbase"
|
||||||
pkgname="loli"
|
pkgname="adwaita-creamy"
|
||||||
pkgver="0.8"
|
pkgver="0.1"
|
||||||
pkgrel="1"
|
pkgrel="1"
|
||||||
pkgdesc="Loli is a embedded programming language"
|
pkgdesc="Refreshed new Adwaita theme with creamy colors and minor changes. "
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
url="http://loli-lang.ml/"
|
url="https://github.com/murat-cileli/adwaita-creamy"
|
||||||
makedepends=("git" "cmake" "make" "gcc")
|
makedepends=()
|
||||||
provides=("loli")
|
provides=("adwaita-creamy")
|
||||||
|
|
||||||
source=("loli-$pkgver::git+https://github.com/loli-foundation/loli.git#tag=$pkgver")
|
source=("git+https://github.com/murat-cileli/adwaita-creamy.git")
|
||||||
sha256sums=("SKIP")
|
sha256sums=("SKIP")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}"
|
||||||
mkdir -p ./build
|
mkdir -p ~/.themes/adwaita-creamy
|
||||||
cmake -S ./ -B ./build
|
cp gtk-2.0 ~/.themes/adwaita-creamy/ -R
|
||||||
cd ./build && make
|
cp gtk-3.0 ~/.themes/adwaita-creamy/ -R
|
||||||
|
cp index.theme ~/.themes/adwaita-creamy/
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/${pkgname}-${pkgver}"
|
echo "Package"
|
||||||
mkdir -p $pkgdir/usr/{bin,lib}
|
|
||||||
install -m 755 ./build/loli $pkgdir/usr/bin/
|
|
||||||
install -m 755 ./build/libloli.so $pkgdir/usr/lib/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue