mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 02:42:19 +01:00
Added support for color profiles
This commit is contained in:
parent
b83f03a199
commit
27b17f11a6
@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-accessibility-settings
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-appearance-settings
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-color-settings
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-display-settings
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-find-cursor
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-keyboard-settings
|
||||
@ -32,6 +33,7 @@ drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/xfce-settings-manager.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce-ui-settings.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-accessibility-settings.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-color-settings.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-mime-settings.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-settings-editor.desktop
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
@ -43,6 +45,18 @@ drwxr-xr-x root/root usr/share/icons/hicolor/128x128/devices/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-internal.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-mirror.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-profile.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/xfce4-color-settings.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-color-settings.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/xfce4-color-settings.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce4-color-settings.svg
|
||||
drwxr-xr-x root/root usr/share/locale/
|
||||
drwxr-xr-x root/root usr/share/locale/am/
|
||||
drwxr-xr-x root/root usr/share/locale/am/LC_MESSAGES/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/jolupalabs.pub
|
||||
RWRdPtfuMX7+XKv6EDVKaM3540bKCF+ahFcHfDh0Pq3T6WinkWUaQ0U8Qphmfqov2eXl2lZI12pcM5B+UO4/Xig/UexFhHyeDQk=
|
||||
SHA256 (Pkgfile) = af749a432a6ec938e4b3b29da75eb8769df6a014d585505e181633fa1fa0cfc2
|
||||
SHA256 (.footprint) = 09ba603d65f117a9ef42645d932dbd2d776ae01acbf9030517a955a623cce720
|
||||
RWRdPtfuMX7+XCydTXpoqPtxsupkDR5MC7mi/RPUCAl9gXMYiLRFktKu6FgfLiFcq8k1jrQ/602syWZf3R8J64JGxQMtp1pTGgQ=
|
||||
SHA256 (Pkgfile) = 5b8b1093eef5ec9decf5fbcb782d271a7fea17b9581bd2a38e94dde1d06256a4
|
||||
SHA256 (.footprint) = b3eb9d0b38880eba10193eb477ee51888653dba0c94f8cd5582ce4e838b25005
|
||||
SHA256 (xfce4-settings-4.13.8.tar.gz) = 082a5d1520ebd3a4735b2884b6fa25a9360b677ed892e8e4b9e51593302557e5
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: Xfce's configuration system
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: jolupa, jlpavon at me dot com
|
||||
# Depends on: libxfce4ui exo xfconf dbus-glib libwnck-gtk3 xorg-libxi xorg-libxrandr xorg-libxcursor libnotify libxklavier
|
||||
# Depends on: libxfce4ui exo xfconf dbus-glib libwnck-gtk3 xorg-libxi xorg-libxrandr xorg-libxcursor libnotify libxklavier xiccd
|
||||
|
||||
name=xfce4-settings
|
||||
version=4.13.8
|
||||
release=1
|
||||
release=3
|
||||
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
@ -25,6 +25,8 @@ build() {
|
||||
--enable-libxklavier \
|
||||
--enable-pluggable-dialogs \
|
||||
--enable-sound-settings \
|
||||
--enable-colord \
|
||||
--disable-static \
|
||||
--x-libraries=/usr/share/X11 \
|
||||
--disable-gtk2 \
|
||||
--enable-gtk3
|
||||
|
Loading…
x
Reference in New Issue
Block a user