mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 02:03:14 +01:00
1.8.18.6-1
This commit is contained in:
commit
ea9ea99023
5 changed files with 597 additions and 0 deletions
25
.SRCINFO
Normal file
25
.SRCINFO
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
pkgbase = qtcurve-gtk
|
||||
pkgdesc = The QtCurve style engine for GTK. Customized for Plasma 5.
|
||||
pkgver = 1.8.18.6
|
||||
pkgrel = 1
|
||||
url = https://projects.kde.org/projects/playground/base/qtcurve
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = extra-cmake-modules
|
||||
makedepends = git
|
||||
depends = qtcurve
|
||||
depends = gtk2
|
||||
provides = qtcurve-gtk2
|
||||
conflicts = qtcurve-gtk2
|
||||
source = git://anongit.kde.org/qtcurve.git
|
||||
source = kdeglobals
|
||||
source = icons3
|
||||
source = icons4
|
||||
sha256sums = SKIP
|
||||
sha256sums = 9a7cbad3099f4409503afb2ae9e02341f4ecf54b86f7386961c79ed3839d9751
|
||||
sha256sums = f401da650d2bd5cb7ff0a0b3c0b6e575b6dbad298fa8f013a1be912e5a458b83
|
||||
sha256sums = 676e3f8e1b7578f6a7eb2267af6149cc0bb0a4fb75b191ff334673ab3d0335d9
|
||||
|
||||
pkgname = qtcurve-gtk
|
||||
|
||||
48
PKGBUILD
Normal file
48
PKGBUILD
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Maintainer: FadeMind <fademind@gmail.com>
|
||||
# Contributor: https://github.com/demmm
|
||||
|
||||
_pkgname=qtcurve
|
||||
pkgname=qtcurve-gtk
|
||||
pkgver=1.8.18.6
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
pkgdesc='The QtCurve style engine for GTK. Customized for Plasma 5.'
|
||||
url='https://projects.kde.org/projects/playground/base/qtcurve'
|
||||
depends=('qtcurve' 'gtk2')
|
||||
provides=('qtcurve-gtk2')
|
||||
conflicts=('qtcurve-gtk2')
|
||||
makedepends=('extra-cmake-modules' 'git')
|
||||
source=("git://anongit.kde.org/qtcurve.git" 'kdeglobals' 'icons3' 'icons4')
|
||||
sha256sums=('SKIP'
|
||||
'9a7cbad3099f4409503afb2ae9e02341f4ecf54b86f7386961c79ed3839d9751'
|
||||
'f401da650d2bd5cb7ff0a0b3c0b6e575b6dbad298fa8f013a1be912e5a458b83'
|
||||
'676e3f8e1b7578f6a7eb2267af6149cc0bb0a4fb75b191ff334673ab3d0335d9')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${_pkgname}
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_GTK2=true \
|
||||
-DQTC_QT5_ENABLE_KDE=false \
|
||||
-DQTC_QT4_ENABLE_KDE=false \
|
||||
-DENABLE_QT5=false \
|
||||
-DENABLE_QT4=false
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/${_pkgname}/build
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
rm -r ${pkgdir}/usr/lib/libqtcurve-utils.so*
|
||||
rm -r ${pkgdir}/usr/share/themes/QtCurve/gtk-2.0/kdeglobals
|
||||
rm -r ${pkgdir}/usr/share/themes/QtCurve/gtk-2.0/icons3
|
||||
rm -r ${pkgdir}/usr/share/themes/QtCurve/gtk-2.0/icons4
|
||||
install -D -m644 ${srcdir}/kdeglobals ${pkgdir}/usr/share/themes/QtCurve/gtk-2.0/
|
||||
install -D -m644 ${srcdir}/icons3 ${pkgdir}/usr/share/themes/QtCurve/gtk-2.0/
|
||||
install -D -m644 ${srcdir}/icons4 ${pkgdir}/usr/share/themes/QtCurve/gtk-2.0/
|
||||
}
|
||||
186
icons3
Normal file
186
icons3
Normal file
|
|
@ -0,0 +1,186 @@
|
|||
gtk-about actions/*/info.png actions/*/about_kde.png
|
||||
gtk-add actions/*/add.png
|
||||
gtk-apply actions/*/apply.png
|
||||
gtk-bold actions/*/text_bold.png
|
||||
gtk-cancel actions/*/button_cancel.png actions/*/cancel.png
|
||||
gtk-cdrom devices/*/cdrom_unmount.png
|
||||
gtk-clear actions/*/editclear.png
|
||||
gtk-close actions/*/fileclose.png
|
||||
gtk-color-picker actions/*/colorpicker.png
|
||||
gtk-connect NONE
|
||||
gtk-convert NONE
|
||||
gtk-copy actions/*/editcopy.png
|
||||
gtk-cut actions/*/editcut.png
|
||||
gtk-delete actions/*/editdelete.png
|
||||
gtk-dialog-authentication apps/*/password.png actions/*/encrypted.png
|
||||
gtk-dialog-error actions/*/messagebox_critical.png
|
||||
gtk-dialog-info actions/*/messagebox_info.png
|
||||
gtk-dialog-question actions/*/help.png
|
||||
gtk-dialog-warning actions/*/messagebox_warning.png
|
||||
gtk-directory filesystems/*/folder.png
|
||||
gtk-disconnect NONE
|
||||
gtk-dnd mimetypes/*/empty.png
|
||||
gtk-dnd-multiple mimetypes/*/kmultiple.png
|
||||
gtk-edit actions/*/edit.png
|
||||
gtk-execute actions/*/exec.png
|
||||
gtk-file mimetypes/*/empty.png
|
||||
gtk-find actions/*/find.png
|
||||
gtk-find-and-replace NONE
|
||||
gtk-floppy devices/*/3floppy_unmount.png
|
||||
gtk-fullscreen actions/*/window_fullscreen.png
|
||||
gtk-goto-bottom actions/*/bottom.png
|
||||
gtk-goto-first actions/*/start.png
|
||||
gtk-goto-last actions/*/finish.png
|
||||
gtk-goto-top actions/*/top.png
|
||||
gtk-go-back actions/*/back.png
|
||||
gtk-go-back-ltr actions/*/back.png
|
||||
gtk-go-back-rtl actions/*/forward.png
|
||||
gtk-go-down actions/*/down.png
|
||||
gtk-go-forward actions/*/forward.png
|
||||
gtk-go-forward-ltr actions/*/forward.png
|
||||
gtk-go-forward-rtl actions/*/back.png
|
||||
gtk-go-up actions/*/up.png
|
||||
gtk-harddisk devices/*/hdd_unmount.png
|
||||
gtk-help actions/*/help.png
|
||||
gtk-home actions/*/gohome.png filesystems/*/folder_home.png
|
||||
gtk-indent actions/*/indent.png
|
||||
gtk-index actions/*/contents.png
|
||||
gtk-info actions/*/info.png
|
||||
gtk-italic actions/*/text_italic.png
|
||||
gtk-jump-to actions/*/goto.png
|
||||
gtk-justify-center actions/*/text_center.png
|
||||
gtk-justify-fill actions/*/text_block.png
|
||||
gtk-justify-left actions/*/text_left.png
|
||||
gtk-justify-right actions/*/text_right.png
|
||||
gtk-leave-fullscreen actions/*/window_nofullscreen.png
|
||||
gtk-media-forward actions/*/player_fwd.png
|
||||
gtk-media-next actions/*/player_end.png
|
||||
gtk-media-pause actions/*/player_pause.png
|
||||
gtk-media-play actions/*/player_play.png
|
||||
gtk-media-previous actions/*/player_start.png
|
||||
gtk-media-record actions/*/player_record.png
|
||||
gtk-media-rewind actions/*/player_rew.png
|
||||
gtk-media-stop actions/*/player_stop.png
|
||||
gtk-missing-image mimetypes/*/unknown.png
|
||||
gtk-network filesystems/*/network.png
|
||||
gtk-new actions/*/filenew.png
|
||||
gtk-no actions/*/no.png actions/*/button_cancel.png actions/*/cancel.png
|
||||
gtk-ok actions/*/button_ok.png
|
||||
gtk-open actions/*/fileopen.png
|
||||
gtk-paste actions/*/editpaste.png
|
||||
gtk-preferences actions/*/configure.png
|
||||
gtk-print actions/*/fileprint.png
|
||||
gtk-print-preview actions/*/filequickprint.png
|
||||
gtk-properties mimetypes/*/info.png
|
||||
gtk-quit actions/*/exit.png
|
||||
gtk-redo actions/*/redo.png
|
||||
gtk-refresh actions/*/reload.png
|
||||
gtk-remove actions/*/remove.png
|
||||
gtk-revert-to-saved actions/*/revert.png
|
||||
gtk-save actions/*/filesave.png
|
||||
gtk-save-as actions/*/filesaveas.png
|
||||
gtk-select-color actions/*/colorize.png
|
||||
gtk-select-font mimetypes/*/font.png
|
||||
gtk-sort-ascending NONE
|
||||
gtk-sort-descending NONE
|
||||
gtk-spell-check actions/*/spellcheck.png
|
||||
gtk-stop actions/*/stop.png
|
||||
gtk-strikethrough actions/*/text_strike.png
|
||||
gtk-undelete actions/*/undo.png
|
||||
gtk-underline actions/*/text_under.png
|
||||
gtk-undo actions/*/undo.png
|
||||
gtk-unindent actions/*/unindent.png
|
||||
gtk-yes actions/*/button_ok.png
|
||||
gtk-zoom-100 actions/*/viewmag1.png
|
||||
gtk-zoom-fit actions/*/viewmagfit.png
|
||||
gtk-zoom-in actions/*/viewmag+.png
|
||||
gtk-zoom-out actions/*/viewmag-.png
|
||||
gimp-anchor NONE
|
||||
gimp-duplicate NONE
|
||||
gimp-edit actions/*/edit/*/png
|
||||
gimp-info actions/*/messagebox_info.png
|
||||
gimp-linked NONE
|
||||
gimp-paste-as-new NONE
|
||||
gimp-paste-into NONE
|
||||
gimp-reset actions/*/reload.png
|
||||
gimp-selection-stroke NONE
|
||||
gimp-to-path NONE
|
||||
gimp-to-selection NONE
|
||||
gimp-visible NONE
|
||||
gimp-warning actions/*/messagebox_warning.png
|
||||
gimp-selection-replace NONE
|
||||
gimp-selection-add NONE
|
||||
gimp-selection-subtract NONE
|
||||
gimp-selection-intersect NONE
|
||||
gimp-convert-rgb NONE
|
||||
gimp-convert-grayscale NONE
|
||||
gimp-convert-indexed NONE
|
||||
gimp-invert NONE
|
||||
gimp-all NONE
|
||||
gimp-none NONE
|
||||
gimp-grow NONE
|
||||
gimp-shrink NONE
|
||||
gimp-merge-down NONE
|
||||
gimp-reshow-filter NONE
|
||||
gimp-rotate-90 NONE
|
||||
gimp-rotate-180 NONE
|
||||
gimp-rotate-270 NONE
|
||||
gimp-resize NONE
|
||||
gimp-scale NONE
|
||||
gimp-selection-to-channel NONE
|
||||
gimp-tool-options actions/*/configure.png
|
||||
gimp-device-status NONE
|
||||
gimp-layer-to-imagesize NONE
|
||||
gimp-images mimetypes/*/image.png
|
||||
gimp-layers NONE
|
||||
gimp-channes NONE
|
||||
gimp-paths NONE
|
||||
gimp-navigation NONE
|
||||
gimp-qmask-off NONE
|
||||
gimp-qmask-on NONE
|
||||
gimp-default-colors NONE
|
||||
gimp-swap-colors NONE
|
||||
gimp-hchain NONE
|
||||
gimp-hchain-broken NONE
|
||||
gimp-vchain NONE
|
||||
gimp-vchain-broken NONE
|
||||
gimp-wilber NONE
|
||||
gimp-wilber-eek NONE
|
||||
gimp-tool-airbrush NONEactions/*/airbrush.png
|
||||
gimp-tool-bezier-select NONE
|
||||
gimp-tool-blend NONEactions/*/blend.png
|
||||
gimp-tool-blur NONE
|
||||
gimp-tool-brightness-contrast NONE
|
||||
gimp-tool-bucket-fill NONEactions/*/fill.png
|
||||
gimp-tool-by-color-select NONE
|
||||
gimp-tool-clone NONE
|
||||
gimp-tool-color-balance NONE
|
||||
gimp-tool-color-picker NONEactions/*/colorpicker.png
|
||||
gimp-tool-crop NONE
|
||||
gimp-tool-curves NONE
|
||||
gimp-tool-dodge NONE
|
||||
gimp-tool-ellipse-select NONE
|
||||
gimp-tool-eraser NONEactions/*/eraser.png
|
||||
gimp-tool-flip NONE
|
||||
gimp-tool-free-select NONE
|
||||
gimp-tool-fuzzy-select NONE
|
||||
gimp-tool-histogram NONE
|
||||
gimp-tool-hue-saturation NONE
|
||||
gimp-tool-ink NONE
|
||||
gimp-tool-iscissors NONE
|
||||
gimp-tool-levels NONE
|
||||
gimp-tool-measure NONE
|
||||
gimp-tool-move NONEactions/*/move.png
|
||||
gimp-tool-paintbrush NONE
|
||||
gimp-tool-path NONE
|
||||
gimp-tool-pencil NONEactions/*/pencil.png
|
||||
gimp-tool-perspective NONE
|
||||
gimp-tool-posterize NONE
|
||||
gimp-tool-rect-select NONE
|
||||
gimp-tool-rotate NONEactions/*/rotate.png
|
||||
gimp-tool-scale NONE
|
||||
gimp-tool-shear NONE
|
||||
gimp-tool-smudge NONE
|
||||
gimp-tool-text NONEactions/*/text.png
|
||||
gimp-tool-threshold NONE
|
||||
gimp-tool-zoom NONEactions/*/viewmag.png
|
||||
190
icons4
Normal file
190
icons4
Normal file
|
|
@ -0,0 +1,190 @@
|
|||
gnome-fs-directory places/*/folder.png
|
||||
gnome-fs-regular.png mimetypes/*/application-x-zerosize.png
|
||||
gtk-about actions/*/help-about.png places/*/start-here-kde.png
|
||||
gtk-add actions/*/list-add.png
|
||||
gtk-apply actions/*/dialog-ok-apply.png actions/*/ok-apply.png actions/*/apply.png
|
||||
gtk-bold actions/*/format-text-bold.png
|
||||
gtk-cancel actions/*/dialog-cancel.png actions/*/cancel.png
|
||||
gtk-cdrom devices/*/media-optical.png
|
||||
gtk-clear actions/*/edit-clear.png
|
||||
gtk-close actions/*/window-close.png
|
||||
gtk-color-picker actions/*/color-picker.png
|
||||
gtk-connect actions/*/network-connect.png
|
||||
gtk-convert actions/*/document-export.png
|
||||
gtk-copy actions/*/edit-copy.png
|
||||
gtk-cut actions/*/edit-cut.png
|
||||
gtk-delete actions/*/edit-delete.png
|
||||
gtk-dialog-authentication status/*/dialog-password.png actions/*/document-encrypt.png status/*/object-locked.png
|
||||
gtk-dialog-error status/*/dialog-error.png
|
||||
gtk-dialog-info status/*/dialog-information.png
|
||||
gtk-dialog-question status/*/dialog-information.png
|
||||
gtk-dialog-warning status/*/dialog-warning.png
|
||||
gtk-directory places/*/folder.png
|
||||
gtk-disconnect actions/*/network-disconnect.png
|
||||
gtk-dnd mimetypes/*/application-x-zerosize.png
|
||||
gtk-dnd-multiple places/*/document-multiple.png
|
||||
gtk-edit actions/*/document-properties.png
|
||||
gtk-execute actions/*/fork.png
|
||||
gtk-file mimetypes/*/application-x-zerosize.png
|
||||
gtk-find actions/*/edit-find.png
|
||||
gtk-find-and-replace actions/*/edit-find-replace.png
|
||||
gtk-floppy devices/*/media-floppy.png
|
||||
gtk-fullscreen actions/*/view-fullscreen.png
|
||||
gtk-goto-bottom actions/*/go-bottom.png
|
||||
gtk-goto-first actions/*/go-first.png
|
||||
gtk-goto-last actions/*/go-last.png
|
||||
gtk-goto-top actions/*/go-top.png
|
||||
gtk-go-back actions/*/go-previous.png
|
||||
gtk-go-back-ltr actions/*/go-previous.png
|
||||
gtk-go-back-rtl actions/*/go-next.png
|
||||
gtk-go-down actions/*/go-down.png
|
||||
gtk-go-forward actions/*/go-next.png
|
||||
gtk-go-forward-ltr actions/*/go-next.png
|
||||
gtk-go-forward-rtl actions/*/go-previous.png
|
||||
gtk-go-up actions/*/go-up.png
|
||||
gtk-harddisk devices/*/drive-harddisk.png
|
||||
gtk-help actions/*/help-contents.png
|
||||
gtk-home actions/*/go-home.png
|
||||
gtk-indent actions/*/format-indent-more.png
|
||||
gtk-index actions/*/help-contents.png
|
||||
gtk-info actions/*/help-about.png
|
||||
gtk-italic actions/*/format-text-italic.png
|
||||
gtk-jump-to actions/*/go-jump.png
|
||||
gtk-justify-center actions/*/format-justify-center.png
|
||||
gtk-justify-fill actions/*/format-justify-fill.png
|
||||
gtk-justify-left actions/*/format-justify-left.png
|
||||
gtk-justify-right actions/*/format-justify-right.png
|
||||
gtk-leave-fullscreen actions/*/view-restore.png
|
||||
gtk-media-forward actions/*/media-seek-forward.png
|
||||
gtk-media-next actions/*/media-skip-forward.png
|
||||
gtk-media-pause actions/*/media-playback-pause.png
|
||||
gtk-media-play actions/*/media-playback-start.png
|
||||
gtk-media-previous actions/*/media-skip-backward.png
|
||||
gtk-media-record actions/*/media-record.png
|
||||
gtk-media-rewind actions/*/media-seek-backward.png
|
||||
gtk-media-stop actions/*/media-playback-stop.png
|
||||
gtk-missing-image mimetypes/*/unknown.png
|
||||
gtk-network places/*/network-server.png
|
||||
gtk-new actions/*/document-new.png
|
||||
gtk-no actions/*/edit-delete.png
|
||||
gtk-ok actions/*/dialog-ok.png actions/*/ok.png
|
||||
gtk-open actions/*/document-open.png
|
||||
gtk-paste actions/*/edit-paste.png
|
||||
gtk-preferences actions/*/configure.png
|
||||
gtk-print actions/*/document-print.png
|
||||
gtk-print-preview actions/*/document-print-preview.png
|
||||
gtk-properties actions/*/document-properties.png
|
||||
gtk-quit actions/*/application-exit.png
|
||||
gtk-redo actions/*/edit-redo.png
|
||||
gtk-refresh actions/*/view-refresh.png
|
||||
gtk-remove actions/*/edit-delete.png
|
||||
gtk-revert-to-saved actions/*/document-revert.png
|
||||
gtk-save actions/*/document-save.png
|
||||
gtk-save-as actions/*/document-save-as.png
|
||||
gtk-select-all actions/*/edit-select-all.png
|
||||
gtk-select-color actions/*/color-picker.png
|
||||
gtk-select-font apps/*/preferences-desktop-font.png
|
||||
gtk-sort-ascending actions/*/view-sort-ascending.png
|
||||
gtk-sort-descending actions/*/view-sort-descending.png
|
||||
gtk-spell-check actions/*/tools-check-spelling.png
|
||||
gtk-stop actions/*/process-stop.png
|
||||
gtk-strikethrough actions/*/format-text-strikethrough.png
|
||||
gtk-undelete actions/*/edit-undo.png
|
||||
gtk-underline actions/*/format-text-underline.png
|
||||
gtk-undo actions/*/edit-undo.png
|
||||
gtk-unindent actions/*/format-indent-less.png
|
||||
gtk-yes actions/*/dialog-ok.png actions/*/ok.png
|
||||
gtk-zoom-100 actions/*/zoom-original.png
|
||||
gtk-zoom-fit actions/*/zoom-fit-best.png
|
||||
gtk-zoom-in actions/*/zoom-in.png
|
||||
gtk-zoom-out actions/*/zoom-out.png
|
||||
stock_edit-bookmark actions/*/bookmarks-organize.png
|
||||
gimp-anchor NONE
|
||||
gimp-duplicate NONE
|
||||
gimp-edit actions/*/edit.png
|
||||
gimp-info actions/*/dialog-information.png
|
||||
gimp-linked NONE
|
||||
gimp-paste-as-new NONE
|
||||
gimp-paste-into NONE
|
||||
gimp-reset actions/*/reload.png
|
||||
gimp-selection-stroke NONE
|
||||
gimp-to-path NONE
|
||||
gimp-to-selection NONE
|
||||
gimp-visible NONE
|
||||
gimp-warning actions/*/dialog-warning.png
|
||||
gimp-selection-replace NONE
|
||||
gimp-selection-add NONE
|
||||
gimp-selection-subtract NONE
|
||||
gimp-selection-intersect NONE
|
||||
gimp-convert-rgb NONE
|
||||
gimp-convert-grayscale NONE
|
||||
gimp-convert-indexed NONE
|
||||
gimp-invert NONE
|
||||
gimp-all NONE
|
||||
gimp-none NONE
|
||||
gimp-grow NONE
|
||||
gimp-shrink NONE
|
||||
gimp-merge-down NONE
|
||||
gimp-reshow-filter NONE
|
||||
gimp-rotate-90 NONE
|
||||
gimp-rotate-180 NONE
|
||||
gimp-rotate-270 NONE
|
||||
gimp-resize NONE
|
||||
gimp-scale NONE
|
||||
gimp-selection-to-channel NONE
|
||||
gimp-tool-options actions/*/tool.png
|
||||
gimp-device-status NONE
|
||||
gimp-layer-to-imagesize NONE
|
||||
gimp-images mimetypes/*/image.png
|
||||
gimp-layers NONE
|
||||
gimp-channes NONE
|
||||
gimp-paths NONE
|
||||
gimp-navigation NONE
|
||||
gimp-qmask-off NONE
|
||||
gimp-qmask-on NONE
|
||||
gimp-default-colors NONE
|
||||
gimp-swap-colors NONE
|
||||
gimp-hchain NONE
|
||||
gimp-hchain-broken NONE
|
||||
gimp-vchain NONE
|
||||
gimp-vchain-broken NONE
|
||||
gimp-wilber NONE
|
||||
gimp-wilber-eek NONE
|
||||
gimp-tool-airbrush NONEactions/*/airbrush.png
|
||||
gimp-tool-bezier-select NONE
|
||||
gimp-tool-blend NONEactions/*/blend.png
|
||||
gimp-tool-blur NONE
|
||||
gimp-tool-brightness-contrast NONE
|
||||
gimp-tool-bucket-fill NONEactions/*/fill.png
|
||||
gimp-tool-by-color-select NONE
|
||||
gimp-tool-clone NONE
|
||||
gimp-tool-color-balance NONE
|
||||
gimp-tool-color-picker NONEactions/*/colorpicker.png
|
||||
gimp-tool-crop NONE
|
||||
gimp-tool-curves NONE
|
||||
gimp-tool-dodge NONE
|
||||
gimp-tool-ellipse-select NONE
|
||||
gimp-tool-eraser NONEactions/*/eraser.png
|
||||
gimp-tool-flip NONE
|
||||
gimp-tool-free-select NONE
|
||||
gimp-tool-fuzzy-select NONE
|
||||
gimp-tool-histogram NONE
|
||||
gimp-tool-hue-saturation NONE
|
||||
gimp-tool-ink NONE
|
||||
gimp-tool-iscissors NONE
|
||||
gimp-tool-levels NONE
|
||||
gimp-tool-measure NONE
|
||||
gimp-tool-move NONEactions/*/move.png
|
||||
gimp-tool-paintbrush NONE
|
||||
gimp-tool-path NONE
|
||||
gimp-tool-pencil NONEactions/*/pencil.png
|
||||
gimp-tool-perspective NONE
|
||||
gimp-tool-posterize NONE
|
||||
gimp-tool-rect-select NONE
|
||||
gimp-tool-rotate NONEactions/*/rotate.png
|
||||
gimp-tool-scale NONE
|
||||
gimp-tool-shear NONE
|
||||
gimp-tool-smudge NONE
|
||||
gimp-tool-text NONEactions/*/text.png
|
||||
gimp-tool-threshold NONE
|
||||
gimp-tool-zoom NONEactions/*/viewmag.png
|
||||
148
kdeglobals
Normal file
148
kdeglobals
Normal file
|
|
@ -0,0 +1,148 @@
|
|||
# Edit this file to change the default KDE4 settings of QtCurve
|
||||
[ColorEffects:Disabled]
|
||||
Color=56,56,56
|
||||
ColorAmount=0
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.65
|
||||
ContrastEffect=1
|
||||
IntensityAmount=0.1
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=0.025
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=189,195,199
|
||||
BackgroundNormal=239,240,241
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=147,206,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=127,140,141
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=49,54,59
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=29,153,243
|
||||
BackgroundNormal=61,174,233
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=147,206,233
|
||||
ForegroundActive=252,252,252
|
||||
ForegroundInactive=239,240,241
|
||||
ForegroundLink=253,188,75
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=239,240,241
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=189,195,199
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=77,77,77
|
||||
BackgroundNormal=49,54,59
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=147,206,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=189,195,199
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=239,240,241
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=239,240,241
|
||||
BackgroundNormal=252,252,252
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=147,206,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=127,140,141
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=49,54,59
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=189,195,199
|
||||
BackgroundNormal=239,240,241
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=147,206,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=127,140,141
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=49,54,59
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=127,140,141
|
||||
|
||||
[General]
|
||||
ColorScheme=Breeze
|
||||
Name=Breeze
|
||||
shadeSortColumn=true
|
||||
|
||||
[KDE]
|
||||
ColorScheme=breeze
|
||||
LookAndFeelPackage=org.kde.breeze.desktop
|
||||
ShowDeleteCommand=true
|
||||
SingleClick=true
|
||||
contrast=4
|
||||
widgetStyle=qtcurve
|
||||
|
||||
[KFileDialog Settings]
|
||||
Automatically select filename extension=true
|
||||
Breadcrumb Navigation=true
|
||||
Decoration position=0
|
||||
LocationCombo Completionmode=5
|
||||
PathCombo Completionmode=5
|
||||
Previews=false
|
||||
Show Bookmarks=false
|
||||
Show Full Path=false
|
||||
Show Preview=false
|
||||
Show Speedbar=true
|
||||
Show hidden files=true
|
||||
Sort by=Name
|
||||
Sort directories first=true
|
||||
Sort reversed=false
|
||||
Speedbar Width=104
|
||||
View Style=Detail
|
||||
detailedViewIconSize=0
|
||||
|
||||
[WM]
|
||||
activeBackground=71,80,87
|
||||
activeBlend=255,255,255
|
||||
activeForeground=239,240,241
|
||||
inactiveBackground=239,240,241
|
||||
inactiveBlend=75,71,67
|
||||
inactiveForeground=189,195,199
|
||||
|
||||
[Wallpaper]
|
||||
defaultWallpaperTheme=Next
|
||||
defaultFileSuffix=.jpg
|
||||
defaultWidth=2560
|
||||
defaultHeight=1600
|
||||
|
||||
[Icons]
|
||||
Theme=breeze
|
||||
|
||||
[MainToolbarIcons]
|
||||
Size=22
|
||||
|
||||
[SmallIcons]
|
||||
Size=16
|
||||
|
||||
[Toolbar style]
|
||||
ToolButtonStyle=TextUnderIcon
|
||||
Loading…
Add table
Reference in a new issue