mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
gtk-engine-murrine, gtk-theme-orion: removed as obsolete, FS#1850
This commit is contained in:
parent
2e4184221e
commit
4624c0a8c7
@ -1,33 +0,0 @@
|
||||
# $Id$
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
|
||||
# Contributor: detto <detto-brumm@freenet.de>
|
||||
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
|
||||
|
||||
pkgname=gtk-engine-murrine
|
||||
pkgver=0.98.2
|
||||
pkgrel=1
|
||||
pkgdesc="GTK2 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://cimitan.com/murrine/project/murrine"
|
||||
license=('LGPL3')
|
||||
depends=('gtk2')
|
||||
makedepends=('intltool')
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${pkgver}.tar.xz)
|
||||
sha256sums=('e6a2af72674403d06c03e067d915004e8d9cdeec206f3350c7f3ee595b139912')
|
||||
sha256sums=('e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89')
|
||||
|
||||
build() {
|
||||
cd murrine-${pkgver}
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-animation \
|
||||
--enable-animationrtl
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd murrine-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
# Maintainer: csslayer
|
||||
# Contributor: Ner0 (AUR)
|
||||
# This theme is used by breeze for gtk
|
||||
|
||||
pkgname=gtk-theme-orion
|
||||
pkgver=1.5
|
||||
pkgrel=1
|
||||
pkgdesc="A modern and light GTK theme"
|
||||
arch=('any')
|
||||
url="http://deviantart.com/view/281431756"
|
||||
license=('GPL3')
|
||||
optdepends=('gtk-engine-murrine: For GTK-2 apps')
|
||||
conflicts=('orion-gtk-theme')
|
||||
options=('!strip')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/Orion/archive/v$pkgver.tar.gz")
|
||||
md5sums=('da7e92aa221e0d4a57da856a63354dd3')
|
||||
|
||||
package() {
|
||||
cd Orion-$pkgver
|
||||
find . -type f -not -name .gitignore -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/Orion/{}" \;
|
||||
}
|
Loading…
Reference in New Issue
Block a user