mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-21 22:42:21 +01:00
commit
8ab9fca546
@ -36,6 +36,7 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/refine
|
||||
-rwxr-xr-x root/root usr/bin/revfix
|
||||
-rwxr-xr-x root/root usr/bin/scanin
|
||||
-rwxr-xr-x root/root usr/bin/spec2cie
|
||||
-rwxr-xr-x root/root usr/bin/specplot
|
||||
-rwxr-xr-x root/root usr/bin/splitti3
|
||||
-rwxr-xr-x root/root usr/bin/spotread
|
||||
|
@ -2,10 +2,10 @@
|
||||
# URL: https://www.argyllcms.com/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: ftjam libpng libtiff xorg-libxinerama xorg-libxrandr xorg-libxxf86vm
|
||||
# Depends on: ftjam libpng libtiff xorg-libxinerama xorg-libxrandr xorg-libxxf86vm xorg-libxscrnsaver
|
||||
|
||||
name=argyllcms
|
||||
version=3.2.0
|
||||
version=3.3.0
|
||||
release=1
|
||||
source=(https://www.argyllcms.com/Argyll_V${version}_src.zip)
|
||||
|
||||
|
@ -137,20 +137,11 @@ drwxr-xr-x root/root usr/include/clutter-1.0/clutter/deprecated/
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/deprecated/clutter-timeline.h
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/deprecated/clutter-util.h
|
||||
drwxr-xr-x root/root usr/include/clutter-1.0/clutter/egl/
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/egl/clutter-egl-headers.h
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/egl/clutter-egl.h
|
||||
drwxr-xr-x root/root usr/include/clutter-1.0/clutter/evdev/
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/evdev/clutter-evdev.h
|
||||
drwxr-xr-x root/root usr/include/clutter-1.0/clutter/gdk/
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/gdk/clutter-gdk.h
|
||||
drwxr-xr-x root/root usr/include/clutter-1.0/clutter/glx/
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/glx/clutter-glx.h
|
||||
drwxr-xr-x root/root usr/include/clutter-1.0/clutter/wayland/
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/wayland/clutter-wayland-compositor.h
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/wayland/clutter-wayland-surface.h
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/wayland/clutter-wayland.h
|
||||
drwxr-xr-x root/root usr/include/clutter-1.0/clutter/x11/
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h
|
||||
-rw-r--r-- root/root usr/include/clutter-1.0/clutter/x11/clutter-x11.h
|
||||
@ -164,9 +155,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cally-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/clutter-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/clutter-cogl-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/clutter-egl-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/clutter-gdk-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/clutter-glx-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/clutter-wayland-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/clutter-wayland-compositor-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/clutter-x11-1.0.pc
|
||||
|
@ -1,7 +1,8 @@
|
||||
# Description: A toolkit for creating fast, portable, compelling dynamic UIs
|
||||
# URL: https://blogs.gnome.org/clutter/
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: gtk3 cogl libinput
|
||||
# Depends on: gtk3 cogl libinput json-glib
|
||||
# Optional: egl-wayland
|
||||
|
||||
name=clutter
|
||||
version=1.26.4
|
||||
@ -11,13 +12,11 @@ source=(https://download.gnome.org/sources/$name/1.26/$name-$version.tar.xz)
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--enable-egl-backend \
|
||||
prt-get isinst egl-wayland && ls /usr/lib/pkgconfig/cogl-gles2-1.0.pc && ls /usr/lib/xkbcommon/xkbcli-interactive-wayland && PKGMK_CLUTTER+=' --enable-wayland-backend --enable-wayland-compositor --enable-egl-backend --enable-evdev-input' || PKGMK_CLUTTER+=' --enable-egl-backend=no'
|
||||
|
||||
./configure --prefix=/usr $PKGMK_CLUTTER \
|
||||
--enable-gdk-backend \
|
||||
--enable-wayland-backend \
|
||||
--enable-x11-backend \
|
||||
--enable-evdev-input \
|
||||
--enable-wayland-compositor \
|
||||
--enable-introspection=no \
|
||||
--disable-gtk-doc \
|
||||
--disable-nls \
|
||||
|
@ -1,11 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/cogl/
|
||||
drwxr-xr-x root/root usr/include/cogl/cogl-gles2/
|
||||
drwxr-xr-x root/root usr/include/cogl/cogl-gles2/GLES2/
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl-gles2/GLES2/gl2.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl-gles2/GLES2/gl2ext.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl-gles2/GLES2/gl2platform.h
|
||||
drwxr-xr-x root/root usr/include/cogl/cogl-pango/
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl-pango/cogl-pango.h
|
||||
drwxr-xr-x root/root usr/include/cogl/cogl-path/
|
||||
@ -30,8 +25,6 @@ drwxr-xr-x root/root usr/include/cogl/cogl/
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-deprecated.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-depth-state.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-display.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-egl-defines.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-egl.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-enum-types.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-error.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-euler.h
|
||||
@ -46,8 +39,6 @@ drwxr-xr-x root/root usr/include/cogl/cogl/
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-glx.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-index-buffer.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-indices.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-kms-display.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-kms-renderer.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-macros.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-material-compat.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-matrix-stack.h
|
||||
@ -86,9 +77,6 @@ drwxr-xr-x root/root usr/include/cogl/cogl/
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-vector.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-version.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-vertex-buffer.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-wayland-client.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-wayland-renderer.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-wayland-server.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-xlib-renderer.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl-xlib.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/cogl.h
|
||||
@ -113,9 +101,6 @@ drwxr-xr-x root/root usr/include/cogl/cogl/gl-prototypes/
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h
|
||||
-rw-r--r-- root/root usr/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libcogl-gles2.so -> libcogl-gles2.so.20.4.3
|
||||
lrwxrwxrwx root/root usr/lib/libcogl-gles2.so.20 -> libcogl-gles2.so.20.4.3
|
||||
-rwxr-xr-x root/root usr/lib/libcogl-gles2.so.20.4.3
|
||||
lrwxrwxrwx root/root usr/lib/libcogl-pango.so -> libcogl-pango.so.20.4.3
|
||||
lrwxrwxrwx root/root usr/lib/libcogl-pango.so.20 -> libcogl-pango.so.20.4.3
|
||||
-rwxr-xr-x root/root usr/lib/libcogl-pango.so.20.4.3
|
||||
@ -129,8 +114,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cogl-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cogl-2.0-experimental.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cogl-gl-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cogl-gles2-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cogl-gles2-2.0-experimental.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cogl-pango-1.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cogl-pango-2.0-experimental.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/cogl-path-1.0.pc
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -661,8 +661,6 @@ drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/sleep.conf.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/sleep.conf.d.5.gz
|
||||
drwxr-xr-x root/root usr/share/man/man7/
|
||||
-rw-r--r-- root/root usr/share/man/man7/elogind.directives.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/elogind.index.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/elogind.journal-fields.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/elogind.syntax.7.gz
|
||||
-rw-r--r-- root/root usr/share/man/man7/elogind.time.7.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: elogind - extracted logind from systemd
|
||||
# URL: https://github.com/elogind/elogind
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: python3-jinja2 intltool libseccomp glib acl libcap gettext
|
||||
# Depends on: docbook-xsl gettext glib intltool libcap libseccomp python3-jinja2
|
||||
|
||||
name=elogind
|
||||
version=252.24
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Application library for the Xfce desktop environment
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: gtk3 libxfce4ui libxfce4util p5-uri
|
||||
# Depends on: libxfce4ui p5-uri
|
||||
|
||||
name=exo
|
||||
version=4.20.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A archive creation and modification application
|
||||
# URL: https://wiki.gnome.org/Apps/FileRoller
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: libhandy libportal zip appstream-glib libadwaita
|
||||
# Depends on: libhandy libportal zip appstream-glib libadwaita desktop-file-utils
|
||||
# Optional: squashfs-tools p7zip lrzip
|
||||
|
||||
name=file-roller
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: FreeDesktop compliant XFCE menu library
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: gobject-introspection libxfce4ui
|
||||
# Depends on: libxfce4ui
|
||||
|
||||
name=garcon
|
||||
version=4.20.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: The Greybird XFCE Desktop theme
|
||||
# URL: https://github.com/shimmerproject/Greybird
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: gtk3 librsvg sassc elementary-xfce-icons
|
||||
# Depends on: elementary-xfce-icons librsvg sassc
|
||||
# Optional: gtk-engine-murrine
|
||||
|
||||
name=greybird
|
||||
|
@ -240,7 +240,3 @@ drwxr-xr-x root/root usr/share/gtksourceview-4/styles/
|
||||
-rw-r--r-- root/root usr/share/gtksourceview-4/styles/solarized-light.xml
|
||||
-rw-r--r-- root/root usr/share/gtksourceview-4/styles/styles.rng
|
||||
-rw-r--r-- root/root usr/share/gtksourceview-4/styles/tango.xml
|
||||
drwxr-xr-x root/root usr/share/vala/
|
||||
drwxr-xr-x root/root usr/share/vala/vapi/
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/gtksourceview-4.deps
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/gtksourceview-4.vapi
|
||||
|
@ -2,6 +2,7 @@
|
||||
# URL: https://gnome.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: glade gtk-doc
|
||||
# Optional: vala
|
||||
|
||||
name=gtksourceview4
|
||||
version=4.8.4
|
||||
@ -9,12 +10,12 @@ release=3
|
||||
source=(https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
prt-get isinst vala && PKGMK_GTKSV+=' -Dvapi=true' || PKGMK_GTKSV+=' -Dvapi=false'
|
||||
mv gtksourceview-$version $name-$version
|
||||
|
||||
meson setup $name-$version build \
|
||||
meson setup $name-$version build $PKGMK_GTKSV \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
-Dvapi=true \
|
||||
-Dgir=true \
|
||||
-Db_lto=true \
|
||||
-Db_pie=true
|
||||
|
@ -6,7 +6,6 @@ drwxr-xr-x root/root usr/lib/gio/modules/
|
||||
-rwxr-xr-x root/root usr/lib/gio/modules/libgvfsdbus.so
|
||||
drwxr-xr-x root/root usr/lib/gvfs/
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfs-gphoto2-volume-monitor
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfs-udisks2-volume-monitor
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-admin
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-afp
|
||||
@ -15,7 +14,6 @@ drwxr-xr-x root/root usr/lib/gvfs/
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-computer
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-dav
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-ftp
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-fuse
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-gphoto2
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-http
|
||||
-rwxr-xr-x root/root usr/lib/gvfs/gvfsd-localtest
|
||||
@ -38,7 +36,6 @@ drwxr-xr-x root/root usr/share/dbus-1/services/
|
||||
-rw-r--r-- root/root usr/share/dbus-1/services/org.gtk.vfs.Daemon.service
|
||||
-rw-r--r-- root/root usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service
|
||||
-rw-r--r-- root/root usr/share/dbus-1/services/org.gtk.vfs.Metadata.service
|
||||
-rw-r--r-- root/root usr/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
|
||||
drwxr-xr-x root/root usr/share/glib-2.0/
|
||||
drwxr-xr-x root/root usr/share/glib-2.0/schemas/
|
||||
-rw-r--r-- root/root usr/share/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml
|
||||
@ -67,7 +64,6 @@ drwxr-xr-x root/root usr/share/gvfs/mounts/
|
||||
-rw-r--r-- root/root usr/share/gvfs/mounts/wsdd.mount
|
||||
drwxr-xr-x root/root usr/share/gvfs/remote-volume-monitors/
|
||||
-rw-r--r-- root/root usr/share/gvfs/remote-volume-monitors/gphoto2.monitor
|
||||
-rw-r--r-- root/root usr/share/gvfs/remote-volume-monitors/udisks2.monitor
|
||||
drwxr-xr-x root/root usr/share/polkit-1/
|
||||
drwxr-xr-x root/root usr/share/polkit-1/actions/
|
||||
-rw-r--r-- root/root usr/share/polkit-1/actions/org.gtk.vfs.file-operations.policy
|
||||
|
@ -2,7 +2,7 @@
|
||||
# URL: http://projects.gnome.org/
|
||||
# Packager: Matt Housh, jaeger at crux dot ninja
|
||||
# Maintainer: Jay Lanagan, j at lngn dot net
|
||||
# Depends on: dbus-glib gcr gcr3 samba polkit libgphoto2 libsoup3 libgnome-keyring
|
||||
# Depends on: dbus-glib gcr gcr3 samba polkit libgphoto2 libsoup3 libgnome-keyring libgudev
|
||||
# Optional: fuse3 udisks2 avahi libbluray libnfs libcdio-paranoia libimobiledevice
|
||||
|
||||
name=gvfs
|
||||
|
@ -47,7 +47,6 @@ drwxr-xr-x root/root usr/include/libimobiledevice/
|
||||
-rw-r--r-- root/root usr/include/libimobiledevice/webinspector.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libimobiledevice-1.0.a
|
||||
-rwxr-xr-x root/root usr/lib/libimobiledevice-1.0.la
|
||||
lrwxrwxrwx root/root usr/lib/libimobiledevice-1.0.so -> libimobiledevice-1.0.so.6.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libimobiledevice-1.0.so.6 -> libimobiledevice-1.0.so.6.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libimobiledevice-1.0.so.6.0.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A cross-platform protocol library to communicate with iOS devices
|
||||
# URL: https://github.com/libimobiledevice/libimobiledevice
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: libusbmuxd python3-cython libplist
|
||||
# Depends on: libusbmuxd
|
||||
|
||||
name=libimobiledevice
|
||||
version=1.3.0
|
||||
@ -13,16 +13,16 @@ build()
|
||||
|
||||
cd $name-${version}*
|
||||
|
||||
# Fix build with libplist 2.3.0
|
||||
# Fix build with libplist 2.3.0
|
||||
patch -Np1 -i ../libimobiledevice-libplist-2.3.0.patch
|
||||
|
||||
autoreconf -fi
|
||||
autoreconf -fvi
|
||||
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --without-cython
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
|
||||
make DESTDIR=$PKG install
|
||||
rm $PKG/usr/lib/*.la
|
||||
make DESTDIR=$PKG install
|
||||
rm $PKG/usr/lib/*.la
|
||||
|
||||
}
|
||||
|
@ -5,10 +5,10 @@
|
||||
name=libisofs
|
||||
version=1.5.6.pl01
|
||||
release=1
|
||||
source=(https://dev.lovelyhq.com/libburnia/$name/archive/release-$version.tar.gz)
|
||||
source=(https://files.libburnia-project.org/releases/libisofs-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name
|
||||
cd $name-${version::5}
|
||||
./bootstrap
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
@ -36,9 +36,6 @@ drwxr-xr-x root/root usr/include/xfce4/libxfce4ui-2/libxfce4ui/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/girepository-1.0/
|
||||
-rw-r--r-- root/root usr/lib/girepository-1.0/Libxfce4ui-2.0.typelib
|
||||
drwxr-xr-x root/root usr/lib/glade/
|
||||
drwxr-xr-x root/root usr/lib/glade/modules/
|
||||
-rwxr-xr-x root/root usr/lib/glade/modules/libxfce4uiglade2.so
|
||||
lrwxrwxrwx root/root usr/lib/libxfce4kbd-private-3.so -> libxfce4kbd-private-3.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libxfce4kbd-private-3.so.0 -> libxfce4kbd-private-3.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libxfce4kbd-private-3.so.0.0.0
|
||||
@ -53,17 +50,6 @@ drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-about.desktop
|
||||
drwxr-xr-x root/root usr/share/gir-1.0/
|
||||
-rw-r--r-- root/root usr/share/gir-1.0/Libxfce4ui-2.0.gir
|
||||
drwxr-xr-x root/root usr/share/glade/
|
||||
drwxr-xr-x root/root usr/share/glade/catalogs/
|
||||
-rw-r--r-- root/root usr/share/glade/catalogs/libxfce4ui-2.xml
|
||||
drwxr-xr-x root/root usr/share/glade/pixmaps/
|
||||
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/
|
||||
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/16x16/
|
||||
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/16x16/actions/
|
||||
-rw-r--r-- root/root usr/share/glade/pixmaps/hicolor/16x16/actions/widget-libxfce4ui-xfce-titled-dialog.png
|
||||
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/22x22/
|
||||
drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/22x22/actions/
|
||||
-rw-r--r-- root/root usr/share/glade/pixmaps/hicolor/22x22/actions/widget-libxfce4ui-xfce-titled-dialog.png
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
|
||||
@ -82,9 +68,5 @@ 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/org.xfce.about.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce4-logo.svg
|
||||
drwxr-xr-x root/root usr/share/vala/
|
||||
drwxr-xr-x root/root usr/share/vala/vapi/
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfce4ui-2.deps
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfce4ui-2.vapi
|
||||
drwxr-xr-x root/root usr/share/xfce4/
|
||||
-rw-r--r-- root/root usr/share/xfce4/vendorinfo
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Graphic widgets helpers for Xfce
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: libxfce4util gtk3 xfconf startup-notification libgtop libepoxy xorg-libsm gobject-introspection hicolor-icon-theme
|
||||
# Depends on: gtk3 hicolor-icon-theme libgtop startup-notification xfconf
|
||||
|
||||
name=libxfce4ui
|
||||
version=4.20.0
|
||||
|
@ -32,6 +32,3 @@ drwxr-xr-x root/root usr/sbin/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/gir-1.0/
|
||||
-rw-r--r-- root/root usr/share/gir-1.0/Libxfce4util-1.0.gir
|
||||
drwxr-xr-x root/root usr/share/vala/
|
||||
drwxr-xr-x root/root usr/share/vala/vapi/
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfce4util-1.0.vapi
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Basic Utility library for Xfce
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: xorg-libxau xorg-libxdmcp xorg-xcb-proto xorg-libfs xorg-libxscrnsaver xorg-libxdamage xorg-libxvmc xorg-libpciaccess xorg-libxshmfence xorg-xcb-util-wm xorg-xcb-util-cursor xorg-iceauth xorg-sessreg xorg-setxkbmap xorg-x11perf xorg-xauth xorg-xbacklight xorg-xcursorgen xorg-xdpyinfo xorg-xdriinfo xorg-xev xorg-xgamma xorg-xhost xorg-xinput xorg-xkill xmessage xorg-xmodmap xorg-xprop xorg-xrandr xorg-xrdb xorg-xset xorg-xsetroot xorg-xvinfo xorg-xwininfo xorg-font-alias xorg-font-adobe-utopia-type1 xorg-font-bh-ttf xorg-font-bh-type1 xorg-font-ibm-type1 xorg-font-misc-ethiopic xorg-font-xfree86-type1 xkeyboard-config xorg-xf86-input-libinput xorg-xinit glib
|
||||
# Depends on: xkeyboard-config xmessage xorg-font-adobe-utopia-type1 xorg-font-alias xorg-font-bh-ttf xorg-font-bh-type1 xorg-font-ibm-type1 xorg-font-misc-ethiopic xorg-font-xfree86-type1 xorg-iceauth xorg-libfs xorg-libxscrnsaver xorg-sessreg xorg-setxkbmap xorg-x11perf xorg-xauth xorg-xbacklight xorg-xcb-util-cursor xorg-xcb-util-wm xorg-xcursorgen xorg-xdpyinfo xorg-xdriinfo xorg-xev xorg-xf86-input-libinput xorg-xgamma xorg-xhost xorg-xinit xorg-xinput xorg-xkill xorg-xmodmap xorg-xprop xorg-xrdb xorg-xset xorg-xsetroot xorg-xvinfo xorg-xwininfo
|
||||
|
||||
name=libxfce4util
|
||||
version=4.20.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Wayland windowing library for Xfce
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: libwnck-gtk3 gdk-pixbuf2 wayland
|
||||
# Depends on: libdisplay-info libwnck-gtk3 wayland xfce4-dev-tools
|
||||
|
||||
name=libxfce4windowing
|
||||
version=4.20.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A text editor for xfce
|
||||
# URL: https://docs.xfce.org/apps/mousepad/start
|
||||
# Maintainer: Jay Lanagan, j at lngn dot net
|
||||
# Depends on: desktop-file-utils gtksourceview4 hicolor-icon-theme gspell polkit
|
||||
# Depends on: desktop-file-utils gspell gtksourceview4 libxfce4ui polkit
|
||||
|
||||
name=mousepad
|
||||
version=0.6.3
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: GStreamer-based Media Player for XFCE
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: dbus-glib gst-plugins-base gst-plugins-good libnotify libxfce4ui libxfce4util gtk-doc
|
||||
# Depends on: dbus-glib gst-plugins-good gtk-doc libnotify libxfce4ui
|
||||
# Optional: gst-libav gst-plugins-bad gst-plugins-ugly
|
||||
|
||||
name=parole
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: View and scroll through images
|
||||
# URL: https://docs.xfce.org/apps/ristretto/start
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: libexif libxfce4ui tumbler xfconf
|
||||
# Depends on: libexif libxfce4ui tumbler
|
||||
|
||||
name=ristretto
|
||||
version=0.13.2
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: adds archive operations to Thunar context menus
|
||||
# URL: https://docs.xfce.org/xfce/thunar/archive
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: hicolor-icon-theme thunar xfce4-dev-tools file-roller
|
||||
# Depends on: file-roller thunar
|
||||
# Optional: ark engrampa xarchiver
|
||||
|
||||
name=thunar-archive-plugin
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Modern, fast and easy-to-use file manager for Xfce
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: exo libxfce4ui gnome-icon-theme libgudev libnotify xfce4-panel gvfs libexif tumbler
|
||||
# Depends on: gnome-icon-theme gvfs libexif libnotify tumbler xfce4-panel
|
||||
|
||||
name=thunar
|
||||
version=4.20.0
|
||||
|
@ -36,10 +36,8 @@ lrwxrwxrwx root/root usr/lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so ->
|
||||
-rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-cover-thumbnailer.so
|
||||
-rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-desktop-thumbnailer.so
|
||||
-rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-font-thumbnailer.so
|
||||
-rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-gst-thumbnailer.so
|
||||
-rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so
|
||||
-rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
|
||||
-rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so
|
||||
-rwxr-xr-x root/root usr/lib/tumbler-1/tumblerd
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/dbus-1/
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Thumbnail service implementing the thumbnail management D-Bus specification
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: dbus-glib freetype gdk-pixbuf poppler-glib
|
||||
# Depends on: dbus-glib gdk-pixbuf libxfce4util poppler
|
||||
|
||||
name=tumbler
|
||||
version=4.20.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Xfce's application launcher and finder
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: hicolor-icon-theme garcon libxfce4ui xfconf
|
||||
# Depends on: garcon
|
||||
|
||||
name=xfce4-appfinder
|
||||
version=4.20.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A graphical representation of the cpuload for the xfce-panel
|
||||
# URL: https://xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: xfce4-panel glib xfconf
|
||||
# Depends on: xfce4-panel
|
||||
|
||||
name=xfce4-cpugraph-plugin
|
||||
version=1.2.10
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Xfce's developer tools
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: glib intltool gtk-doc
|
||||
# Depends on: gtk-doc intltool
|
||||
|
||||
name=xfce4-dev-tools
|
||||
version=4.20.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Display eyes that follow your mouse cursor on the screen.
|
||||
# URL: https://xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: hicolor-icon-theme xfce4-panel
|
||||
# Depends on: xfce4-panel
|
||||
|
||||
name=xfce4-eyes-plugin
|
||||
version=4.6.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: captures output from an external script and displays on the xfce-panel
|
||||
# URL: https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/start
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: xfce4-panel hicolor-icon-theme
|
||||
# Depends on: xfce4-panel
|
||||
|
||||
name=xfce4-genmon-plugin
|
||||
version=4.2.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A Notes plugin for the xfce-panel
|
||||
# URL: https://xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: xfce4-panel hicolor-icon-theme libsoup libxml2
|
||||
# Depends on: libsoup xfce4-panel
|
||||
|
||||
name=xfce4-notes-plugin
|
||||
version=1.11.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Themable notification daemon with transparency effects
|
||||
# URL: https://docs.xfce.org/apps/notifyd/start
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: hicolor-icon-theme libcanberra libnotify libxfce4ui libxfce4util xfce4-panel xfconf sqlite3
|
||||
# Depends on: libcanberra libnotify xfce4-panel
|
||||
|
||||
name=xfce4-notifyd
|
||||
version=0.9.6
|
||||
|
@ -167,10 +167,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.systray.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.tasklist.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.windowmenu.svg
|
||||
drwxr-xr-x root/root usr/share/vala/
|
||||
drwxr-xr-x root/root usr/share/vala/vapi/
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfce4panel-2.0.deps
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfce4panel-2.0.vapi
|
||||
drwxr-xr-x root/root usr/share/xfce4/
|
||||
drwxr-xr-x root/root usr/share/xfce4/panel/
|
||||
drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
|
||||
|
@ -1,7 +1,8 @@
|
||||
# Description: Xfce's panel
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: exo garcon libwnck-gtk3 libxfce4ui desktop-file-utils libdbusmenu-gtk3 gobject-introspection vala
|
||||
# Depends on: desktop-file-utils exo garcon libdbusmenu-gtk3 libxfce4windowing
|
||||
# Optional: vala
|
||||
|
||||
name=xfce4-panel
|
||||
version=4.20.0
|
||||
@ -12,13 +13,15 @@ build() {
|
||||
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
prt-get isinst vala || PKGMK_XFCEPANEL+=' --disable-vala'
|
||||
|
||||
./configure $PKGMK_XFCEPANEL \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--sysconfdir=/etc \
|
||||
--disable-debug \
|
||||
--disable-nls \
|
||||
--disable-gtk-doc
|
||||
--disable-gtk-doc \
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
@ -11,9 +11,6 @@ drwxr-xr-x root/root usr/lib/xfce4/
|
||||
drwxr-xr-x root/root usr/lib/xfce4/panel/
|
||||
drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libxfce4powermanager.so
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/xfce4-pm-helper
|
||||
-rwxr-xr-x root/root usr/sbin/xfpm-power-backlight-helper
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-power-manager-settings.desktop
|
||||
@ -111,9 +108,6 @@ drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/xfce4-power-manager.1.gz
|
||||
drwxr-xr-x root/root usr/share/metainfo/
|
||||
-rw-r--r-- root/root usr/share/metainfo/xfce4-power-manager.appdata.xml
|
||||
drwxr-xr-x root/root usr/share/polkit-1/
|
||||
drwxr-xr-x root/root usr/share/polkit-1/actions/
|
||||
-rw-r--r-- root/root usr/share/polkit-1/actions/org.xfce.power.policy
|
||||
drwxr-xr-x root/root usr/share/xfce4/
|
||||
drwxr-xr-x root/root usr/share/xfce4/panel/
|
||||
drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Power Manager for Xfce
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: hicolor-icon-theme libnotify libxfce4ui upower xfce4-notifyd xfce4-panel
|
||||
# Depends on: upower xfce4-notifyd
|
||||
|
||||
name=xfce4-power-manager
|
||||
version=4.20.0
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: libcanberra libkeybinder3 libnotify pavucontrol xfce4-panel
|
||||
|
||||
name=xfce4-pulseaudio-plugin
|
||||
version=0.4.8
|
||||
version=0.4.9
|
||||
release=1
|
||||
source=(https://archive.xfce.org/src/panel-plugins/$name/0.4/$name-$version.tar.bz2)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: XFCE4 screensaver
|
||||
# URL: https://xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: dbus-glib garcon libwnck-gtk3 libxklavier xorg-libxscrnsaver python3-gobject
|
||||
# Depends on: dbus-glib garcon libwnck-gtk3 libxklavier python3-gobject
|
||||
|
||||
name=xfce4-screensaver
|
||||
version=4.18.4
|
||||
|
@ -8,7 +8,7 @@ drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libscreenshooterplugin.so
|
||||
drwxr-xr-x root/root usr/lib/xfce4/screenshooter/
|
||||
drwxr-xr-x root/root usr/lib/xfce4/screenshooter/scripts/
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/screenshooter/scripts/imgur-upload.sh
|
||||
-rw-r--r-- root/root usr/lib/xfce4/screenshooter/scripts/imgur-upload.sh
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-screenshooter.desktop
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Displays the current CPU load, memory in use, swap space and the uptime
|
||||
# URL: https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: hicolor-icon-theme lm_sensors libnotify xfce4-panel intltool
|
||||
# Depends on: libnotify lm_sensors xfce4-panel
|
||||
|
||||
name=xfce4-sensors-plugin
|
||||
version=1.4.4
|
||||
|
@ -1,215 +1,84 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/xdg/
|
||||
drwxr-xr-x root/root etc/xdg/autostart/
|
||||
-rw-r--r-- root/root etc/xdg/autostart/xfsettingsd.desktop
|
||||
drwxr-xr-x root/root etc/xdg/menus/
|
||||
-rw-r--r-- root/root etc/xdg/menus/xfce-settings-manager.menu
|
||||
drwxr-xr-x root/root etc/xdg/xfce4/
|
||||
-rw-r--r-- root/root etc/xdg/xfce4/helpers.rc
|
||||
-rw-r--r-- root/root etc/xdg/xfce4/Xft.xrdb
|
||||
drwxr-xr-x root/root etc/xdg/xfce4/xfconf/
|
||||
drwxr-xr-x root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/
|
||||
-rw-r--r-- root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
|
||||
-rw-r--r-- root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
|
||||
-rw-r--r-- root/root etc/xdg/xfce4/xinitrc
|
||||
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
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-mime-helper
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-mime-settings
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-mouse-settings
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-settings-editor
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-settings-manager
|
||||
-rwxr-xr-x root/root usr/bin/xfsettingsd
|
||||
-rwxr-xr-x root/root usr/bin/startxfce4
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-session
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-session-logout
|
||||
-rwxr-xr-x root/root usr/bin/xfce4-session-settings
|
||||
-rwxr-xr-x root/root usr/bin/xflock4
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/gtk-3.0/
|
||||
drwxr-xr-x root/root usr/lib/gtk-3.0/modules/
|
||||
-rwxr-xr-x root/root usr/lib/gtk-3.0/modules/libxfsettingsd-gtk-settings-sync.so
|
||||
drwxr-xr-x root/root usr/lib/xfce4/
|
||||
drwxr-xr-x root/root usr/lib/xfce4/settings/
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/settings/appearance-install-theme
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/xfce4-compose-mail
|
||||
drwxr-xr-x root/root usr/lib/xfce4/session/
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/session/xfsm-shutdown-helper
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/xfce-display-settings.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce-keyboard-settings.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce-mouse-settings.desktop
|
||||
-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-file-manager.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-mail-reader.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
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-terminal-emulator.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-web-browser.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce-session-settings.desktop
|
||||
-rw-r--r-- root/root usr/share/applications/xfce4-session-logout.desktop
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.filemanager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.mailreader.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.accessibility.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.appearance.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.color.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.default-applications.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.display.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.editor.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.keyboard.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.manager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.mouse.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.terminalemulator.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.webbrowser.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/devices/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-extend-down.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-extend-left.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-extend-right.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-extend-up.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-left.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
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-right.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.session.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.filemanager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.mailreader.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.accessibility.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.appearance.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.color.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.default-applications.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.display.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.editor.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.keyboard.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.manager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.mouse.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.terminalemulator.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.webbrowser.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.session.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/actions/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-hibernate.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-lock.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-logout.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-reboot.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-shutdown.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-suspend.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-switch-user.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.filemanager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.mailreader.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.accessibility.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.appearance.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.color.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.default-applications.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.display.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.editor.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.keyboard.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.manager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.mouse.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.terminalemulator.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.webbrowser.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.session.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.filemanager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.mailreader.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.accessibility.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.appearance.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.color.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.default-applications.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.display.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.editor.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.keyboard.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.manager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.mouse.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.terminalemulator.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.webbrowser.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.session.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/actions/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-hibernate.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-lock.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-logout.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-reboot.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-shutdown.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-suspend.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-switch-user.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.filemanager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.mailreader.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.accessibility.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.appearance.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.color.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.default-applications.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.display.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.editor.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.keyboard.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.manager.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.mouse.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.terminalemulator.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.webbrowser.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.session.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/org.xfce.session.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/96x96/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/96x96/actions/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-hibernate.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-lock.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-logout.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-reboot.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-shutdown.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-suspend.png
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-switch-user.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/96x96/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/96x96/apps/org.xfce.session.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/org.xfce.filemanager.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.mailreader.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.accessibility.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.appearance.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.color.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.default-applications.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.display.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.editor.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.keyboard.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.manager.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.mouse.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.terminalemulator.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.webbrowser.svg
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/devices/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-extend-down.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-extend-left.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-extend-right.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-extend-up.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-left.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-mirror.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-profile.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-right.svg
|
||||
drwxr-xr-x root/root usr/share/xfce4/
|
||||
drwxr-xr-x root/root usr/share/xfce4/helpers/
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/alacritty.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/aterm.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/balsa.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/brave.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/caja.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/chromium.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/debian-sensible-browser.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/debian-x-terminal-emulator.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/dillo.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/encompass.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/epiphany.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/eterm.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/evolution.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/firefox.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/galeon.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/geary.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/gnome-terminal.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/google-chrome.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/icecat.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/icedove.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/iceweasel.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/jumanji.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/kitty.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/kmail.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/konqueror.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/links.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/lynx.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/midori.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/mozilla-browser.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/mozilla-mailer.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/mutt.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/nautilus.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/netscape-navigator.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/nxterm.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/opera-browser.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/pcmanfm-qt.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/pcmanfm.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/qterminal.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/qtfm.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/qupzilla.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/rodent.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/rox-filer.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/sakura.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/surf.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/sylpheed-claws.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/sylpheed.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/terminator.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/thunar.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/thunderbird.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/urxvt.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/vimprobable2.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/w3m.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/xfce4-terminal.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/xfe.desktop
|
||||
-rw-r--r-- root/root usr/share/xfce4/helpers/xterm.desktop
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.session.svg
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/xfce4-session-logout.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/xfce4-session.1.gz
|
||||
drwxr-xr-x root/root usr/share/polkit-1/
|
||||
drwxr-xr-x root/root usr/share/polkit-1/actions/
|
||||
-rw-r--r-- root/root usr/share/polkit-1/actions/org.xfce.session.policy
|
||||
drwxr-xr-x root/root usr/share/xdg-desktop-portal/
|
||||
-rw-r--r-- root/root usr/share/xdg-desktop-portal/xfce-portals.conf
|
||||
drwxr-xr-x root/root usr/share/xsessions/
|
||||
-rw-r--r-- root/root usr/share/xsessions/xfce.desktop
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Description: Xfce's configuration system
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: exo garcon libxfce4ui gnome-icon-theme libcanberra libnotify libxklavier libinput colord xfconf xorg-xf86-input-libinput
|
||||
# Depends on: colord exo garcon gnome-icon-theme libcanberra libnotify libxfce4windowing libxklavier
|
||||
|
||||
name=xfce4-settings
|
||||
name=xfce4-session
|
||||
version=4.20.0
|
||||
release=1
|
||||
source=(https://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
|
||||
|
@ -1,17 +0,0 @@
|
||||
diff -upr xfce4-session-4.14.0.orig/scripts/xinitrc.in.in xfce4-session-4.14.0/scripts/xinitrc.in.in
|
||||
--- xfce4-session-4.14.0.orig/scripts/xinitrc.in.in 2019-08-11 23:11:06.000000000 +0300
|
||||
+++ xfce4-session-4.14.0/scripts/xinitrc.in.in 2019-08-12 03:28:44.464707715 +0300
|
||||
@@ -83,6 +83,13 @@ if command -v systemctl >/dev/null 2>&1
|
||||
dbus-update-activation-environment --systemd XAUTHLOCALHOSTNAME=$XAUTHLOCALHOSTNAME
|
||||
fi
|
||||
|
||||
+# source system xinitrc scripts
|
||||
+if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||
+ for f in /etc/X11/xinit/xinitrc.d/?*.sh; do
|
||||
+ [ -x "$f" ] && . "$f"
|
||||
+ done
|
||||
+ unset f
|
||||
+fi
|
||||
|
||||
# check if we start xfce4-session with ck-launch-session. this is only
|
||||
# required for starting from a console, not a login manager
|
@ -1,87 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=PolicyKit Authentication Agent
|
||||
Name[ar]=مدير الاستيثاق PolicyKit
|
||||
Name[be]=PolicyKit - аґент аўтэнтыфікацыі
|
||||
Name[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
|
||||
Name[ca]=Agent d'autenticació del PolicyKit
|
||||
Name[cs]=Ověřovací agent PolicyKit
|
||||
Name[da]=Godkendelsesprogrammet PolicyKit
|
||||
Name[de]=Legitimationsdienst von PolicyKit
|
||||
Name[el]=Πράκτορας πιστοποίησης PolicyKit
|
||||
Name[en_GB]=PolicyKit Authentication Agent
|
||||
Name[es]=Agente de autenticación de PolicyKit
|
||||
Name[eu]=PolicyKit autentifikatzeko agentea
|
||||
Name[fi]=PolicytKit-tunnistautumisohjelma
|
||||
Name[fr]=Agent d'authentification de PolicyKit
|
||||
Name[gl]=Axente de autenticación PolicyKit
|
||||
Name[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
|
||||
Name[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
|
||||
Name[hu]=PolicyKit hitelesítési ügynök
|
||||
Name[it]=Agente di autenticazione per PolicyKit
|
||||
Name[ja]=PolicyKit 認証エージェント
|
||||
Name[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
|
||||
Name[lt]=PolicyKit tapatybės nustatymo agentas
|
||||
Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന് ഏജന്റ്
|
||||
Name[mr]=PolicyKit ऑथेंटीकेशन एजेंट
|
||||
Name[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
|
||||
Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
|
||||
Name[pl]=Agent uwierzytelniania PolicyKit
|
||||
Name[pt]=Agente de Autenticação PolicyKit
|
||||
Name[pt_BR]=Agente de autenticação PolicyKit
|
||||
Name[ro]=Agent de autentificare PolicyKit
|
||||
Name[sk]=Agent PolicyKit na overovanie totožnosti
|
||||
Name[sl]=PolicyKit program overjanja
|
||||
Name[sv]=Autentiseringsagent för PolicyKit
|
||||
Name[ta]=PolicyKit அங்கீகார முகவர்
|
||||
Name[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
|
||||
Name[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
|
||||
Name[uk]=Агент автентифікації PolicyKit
|
||||
Name[zh_CN]=PolicyKit 认证代理
|
||||
Name[zh_HK]=PolicyKit 驗證代理程式
|
||||
Name[zh_TW]=PolicyKit 驗證代理程式
|
||||
Comment=PolicyKit Authentication Agent
|
||||
Comment[ar]=مدير الاستيثاق PolicyKit
|
||||
Comment[be]=PolicyKit - аґент аўтэнтыфікацыі
|
||||
Comment[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
|
||||
Comment[ca]=Agent d'autenticació del PolicyKit
|
||||
Comment[cs]=Ověřovací agent PolicyKit
|
||||
Comment[da]=Godkendelsesprogrammet PolicyKit
|
||||
Comment[de]=Legitimationsdienst von PolicyKit
|
||||
Comment[el]=Πράκτορας πιστοποίησης PolicyKit
|
||||
Comment[en_GB]=PolicyKit Authentication Agent
|
||||
Comment[es]=Agente de autenticación de PolicyKit
|
||||
Comment[eu]=PolicyKit autentifikatzeko agentea
|
||||
Comment[fi]=PolicytKit-tunnistautumisohjelma
|
||||
Comment[fr]=Agent d'authentification de PolicyKit
|
||||
Comment[gl]=Axente de autenticación PolicyKit
|
||||
Comment[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
|
||||
Comment[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
|
||||
Comment[hu]=PolicyKit hitelesítési ügynök
|
||||
Comment[it]=Agente di autenticazione per PolicyKit
|
||||
Comment[ja]=PolicyKit 認証エージェント
|
||||
Comment[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
|
||||
Comment[lt]=PolicyKit tapatybės nustatymo agentas
|
||||
Comment[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന് ഏജന്റ്
|
||||
Comment[mr]=PolicyKit ऑथेंटीकेशन एजेंट
|
||||
Comment[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
|
||||
Comment[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
|
||||
Comment[pl]=Agent uwierzytelniania PolicyKit
|
||||
Comment[pt]=Agente de Autenticação PolicyKit
|
||||
Comment[pt_BR]=Agente de autenticação PolicyKit
|
||||
Comment[ro]=Agent de autentificare PolicyKit
|
||||
Comment[sk]=Agent PolicyKit na overovanie totožnosti
|
||||
Comment[sl]=PolicyKit program overjanja
|
||||
Comment[sv]=Autentiseringsagent för PolicyKit
|
||||
Comment[ta]=PolicyKit அங்கீகார முகவர்
|
||||
Comment[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
|
||||
Comment[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
|
||||
Comment[uk]=Агент автентифікації PolicyKit
|
||||
Comment[zh_CN]=PolicyKit 认证代理
|
||||
Comment[zh_HK]=PolicyKit 驗證代理程式
|
||||
Comment[zh_TW]=PolicyKit 驗證代理程式
|
||||
Exec=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=
|
||||
NoDisplay=true
|
||||
OnlyShowIn=XFCE;
|
@ -1,7 +1,7 @@
|
||||
# Description: Xfce's configuration system
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: exo garcon libxfce4ui gnome-icon-theme libcanberra libnotify libxklavier libinput colord xfconf xorg-xf86-input-libinput
|
||||
# Depends on: colord exo garcon gnome-icon-theme libcanberra libnotify libxklavier
|
||||
|
||||
name=xfce4-settings
|
||||
version=4.20.0
|
||||
|
@ -3,7 +3,6 @@ drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/xfce4/
|
||||
drwxr-xr-x root/root usr/lib/xfce4/panel/
|
||||
drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libsmartbookmark.la
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libsmartbookmark.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/xfce4/
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: plugin to manage taking a break from the computer
|
||||
# URL: https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin/start
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: xfce4-panel hicolor-icon-theme
|
||||
# Depends on: xfce4-panel
|
||||
|
||||
name=xfce4-time-out-plugin
|
||||
version=1.1.3
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A weather plugin for the xfce-panel
|
||||
# URL: https://xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: xfce4-panel libsoup
|
||||
# Depends on: json-c libsoup xfce4-panel
|
||||
|
||||
name=xfce4-weather-plugin
|
||||
version=0.11.2
|
||||
|
@ -1,7 +1,8 @@
|
||||
# Description: An alternate menu for xfce
|
||||
# URL: https://xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: accountsservice gtk-layer-shell xfce4-panel
|
||||
# Depends on: gtk-layer-shell xfce4-panel
|
||||
# Optional: accountsservice
|
||||
|
||||
name=xfce4-whiskermenu-plugin
|
||||
version=2.8.3
|
||||
@ -10,15 +11,17 @@ source=(https://archive.xfce.org/src/panel-plugins/$name/${version:0:3}/$name-$v
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
cmake \
|
||||
|
||||
prt-get isinst accountsservice && PKGMK_WHISKERMENU+=' -D ENABLE_ACCOUNTS_SERVICE=ON' || PKGMK_WHISKERMENU+=' -D ENABLE_ACCOUNTS_SERVICE=OFF'
|
||||
|
||||
cmake $PKGMK_WHISKERMENU \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-D CMAKE_INSTALL_LIBDIR=/usr/lib
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/locale
|
||||
|
||||
rm -r $PKG/usr/share/locale
|
||||
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: plugin to switch keyboard layouts on the xfce-panel
|
||||
# URL: https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin/start
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: xfce4-panel libnotify libwnck-gtk3 libxklavier
|
||||
# Depends on: libnotify librsvg libxklavier xfce4-panel
|
||||
# Optional: xfce4-notifyd
|
||||
|
||||
name=xfce4-xkb-plugin
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: The XFCE Desktop Environment - base/meta port
|
||||
# URL: https://xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: xorg dbus libxfce4ui libxfce4util thunar xfce4-appfinder xfce4-panel xfce4-pulseaudio-plugin xfce4-session xfce4-settings xfce4-terminal xfconf xfdesktop xfwm4 libxfce4windowing
|
||||
# Depends on: xfce4-appfinder xfce4-pulseaudio-plugin xfce4-session xfce4-settings xfce4-terminal xfdesktop xfwm4 xorg
|
||||
# Optional: elementary-xfce-icons greybird pulseaudio thunar-volman xfce4-notifyd xfce4-power-manager
|
||||
|
||||
name=xfce4
|
||||
|
@ -36,7 +36,3 @@ drwxr-xr-x root/root usr/share/dbus-1/services/
|
||||
-rw-r--r-- root/root usr/share/dbus-1/services/org.xfce.Xfconf.service
|
||||
drwxr-xr-x root/root usr/share/gir-1.0/
|
||||
-rw-r--r-- root/root usr/share/gir-1.0/Xfconf-0.gir
|
||||
drwxr-xr-x root/root usr/share/vala/
|
||||
drwxr-xr-x root/root usr/share/vala/vapi/
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfconf-0.deps
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfconf-0.vapi
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: a GNOME-like Dashboard for Xfce
|
||||
# URL: https://docs.xfce.org/apps/xfdashboard/start
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: libwnck-gtk3 clutter glib gio xfconf garcon gtk3 libxfce4util libxfce4ui
|
||||
# Depends on: clutter garcon gio libwnck-gtk3
|
||||
# Optional: xorg-libxcomposite xorg-libxdamage xorg-libxinerama
|
||||
|
||||
name=xfdashboard
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Xfce's desktop manager
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: exo garcon hicolor-icon-theme libwnck-gtk3 libxfce4ui libxfce4windowing thunar
|
||||
# Depends on: thunar
|
||||
|
||||
name=xfdesktop
|
||||
version=4.20.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: a graphical GTK+ Music Player Daemon (MPD) client.
|
||||
# URL: https://docs.xfce.org/apps/xfmpc/start
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: glib libxfce4ui libxfce4util libmpd
|
||||
# Depends on: libmpd libxfce4ui
|
||||
|
||||
name=xfmpc
|
||||
version=0.3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user