mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 16:37:14 +08:00
Move to platfrom
This commit is contained in:
parent
dfa489849d
commit
47dff90250
@ -11,7 +11,7 @@ pkgname=gtk-integration
|
|||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
iconspkgver=2.4.0
|
iconspkgver=2.4.0
|
||||||
widgetpkgver=3.2
|
widgetpkver=3.2
|
||||||
_kdever=44
|
_kdever=44
|
||||||
_colors=3.0
|
_colors=3.0
|
||||||
|
|
||||||
@ -49,10 +49,9 @@ post_install() {
|
|||||||
}
|
}
|
||||||
widget_class "*" style "user-font"
|
widget_class "*" style "user-font"
|
||||||
gtk-theme-name="kde${_kdever}-oxygen-molecule"
|
gtk-theme-name="kde${_kdever}-oxygen-molecule"
|
||||||
gtk-font-name="San Serif 10"
|
gtk-font-name="Sans Serif 10"
|
||||||
gtk-icon-theme-name="oxygenrefit2"
|
gtk-icon-theme-name="oxygenrefit2"
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# If you want GTK+ apps run with root privileges to be themed as well, copy
|
# If you want GTK+ apps run with root privileges to be themed as well, copy
|
||||||
#+ your newly created \`~/.gtkrc-2.0-kde4' file to \`/root/gtkrc-2.0'
|
#+ your newly created \`~/.gtkrc-2.0-kde4' file to \`/root/gtkrc-2.0'
|
||||||
@ -82,6 +81,7 @@ EOF
|
|||||||
function build() {
|
function build() {
|
||||||
|
|
||||||
# Icon theme
|
# Icon theme
|
||||||
|
build() {
|
||||||
cd ${srcdir}/oxygen-refit-2
|
cd ${srcdir}/oxygen-refit-2
|
||||||
sh buildallsizes.sh || return 1
|
sh buildallsizes.sh || return 1
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
@ -105,3 +105,4 @@ function package() {
|
|||||||
create_install
|
create_install
|
||||||
export install="${pkgname}.install"
|
export install="${pkgname}.install"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user