gtk-engine-murrine: adopted

This commit is contained in:
Matt Housh 2023-08-18 18:20:26 -05:00
parent 4ca164d784
commit 5f4a57ac20
2 changed files with 10 additions and 12 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zGhU8Eq6Hs/kocS6YweBoyfkRWC3eeYym1K0o7v4hfl+Yr0lE09KfP6yssUuQefB4NFKkgiUasWTBabQm9BQQA=
SHA256 (Pkgfile) = 68e97b9d3c7c2b6afc439ffdbafa78d9a01b276773de339c8dc0bba127507236
RWSagIOpLGJF3+5VflV/rC34VWytQnaYglQYP3xXIMA2WuY+SVMe9t23vKk9aqxm+GYfu8uAnax3myPtM0VbYfJPlR7xr0L0gww=
SHA256 (Pkgfile) = f3ffbced4d5bc97f939a82c38ebbdfbaa18e5296e1e4f723c4753ec72a8479df
SHA256 (.footprint) = 32a28e3b7648a97cfb59345df213def76974f98f1ea36cc5a73fb0b21aeaacbe
SHA256 (murrine-0.98.2.tar.xz) = e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89

View File

@ -1,22 +1,20 @@
# Description: Cairo based GTK engine.
# URL: https://launchpad.net/murrine
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: gtk
name=gtk-engine-murrine
version=0.98.2
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/murrine/${version::4}/murrine-$version.tar.xz)
source=(https://download.gnome.org/sources/murrine/${version:0:4}/murrine-$version.tar.xz)
build() {
cd murrine-$version
cd murrine-$version
./configure \
--prefix=/usr \
--enable-animation \
--enable-animationrtl
./configure --prefix=/usr \
--enable-animation \
--enable-animationrtl
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}