mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
gtk-integration: added pygtk as dependency (gtk-icon-theme-changer needs it)
This commit is contained in:
parent
d507501d26
commit
e2f0927182
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=gtk-integration
|
||||
pkgver=1.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
iconspkgver=2.5.0
|
||||
widgetpkgver=3.2
|
||||
chthemever=0.3.1
|
||||
@ -23,7 +23,7 @@ url="http://www.nanolx.org/home/item/75-oxygen-refit - http://kde-look.org/conte
|
||||
http://plasmasturm.org/programs/gtk-chtheme/ - http://code.google.com/p/princeamds-code/"
|
||||
license=('LGPL3' 'GPL')
|
||||
|
||||
depends=('qt' 'oxygen-icons' 'python2' 'gtk2')
|
||||
depends=('qt' 'oxygen-icons' 'python2' 'gtk2' 'pygtk')
|
||||
makedepends=('findutils' 'imagemagick' 'liblqr')
|
||||
provides=('gtk-integration' 'oxygenrefit2-icon-theme' 'oxygen-molecule-theme' 'gtk-chtheme' 'gtk-icon-theme-changer')
|
||||
|
||||
|
@ -3,7 +3,7 @@ post_install() {
|
||||
|
||||
##################################################################################
|
||||
#
|
||||
# GTK - Integration v1.3-1
|
||||
# GTK - Integration v1.3-2
|
||||
#
|
||||
# If you want GTK+ apps or bundles run with root privileges to be themed as well
|
||||
# copy your `~/.gtkrc-2.0-kde4' file to `/root/gtkrc-2.0'
|
||||
|
Loading…
Reference in New Issue
Block a user