xfce4: update to 4.4.0

This commit is contained in:
Juergen Daubert 2007-01-23 16:54:23 +01:00
parent 5031f07489
commit 84c3e50beb
55 changed files with 228 additions and 111 deletions

View File

@ -2,14 +2,19 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/exo-csource
-rwxr-xr-x root/root usr/bin/exo-desktop-item-edit
lrwxrwxrwx root/root usr/bin/exo-eject -> exo-mount
-rwxr-xr-x root/root usr/bin/exo-mount
-rwxr-xr-x root/root usr/bin/exo-open
-rwxr-xr-x root/root usr/bin/exo-preferred-applications
lrwxrwxrwx root/root usr/bin/exo-unmount -> exo-mount
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/xdg/
drwxr-xr-x root/root usr/etc/xdg/xfce4/
-rw-r--r-- root/root usr/etc/xdg/xfce4/helpers.rc
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/exo-0.3/
drwxr-xr-x root/root usr/include/exo-0.3/exo-hal/
-rw-r--r-- root/root usr/include/exo-0.3/exo-hal/exo-hal.h
drwxr-xr-x root/root usr/include/exo-0.3/exo/
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-binding.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h
@ -25,6 +30,7 @@ drwxr-xr-x root/root usr/include/exo-0.3/exo/
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-icon-chooser-dialog.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-icon-view.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-md5.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-mount-point.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-pango-extensions.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-string.h
-rw-r--r-- root/root usr/include/exo-0.3/exo/exo-toolbars-editor-dialog.h
@ -42,11 +48,16 @@ drwxr-xr-x root/root usr/lib/exo/
-rwxr-xr-x root/root usr/lib/exo/exo-compose-mail-0.3
-rwxr-xr-x root/root usr/lib/exo/exo-helper-0.3
-rwxr-xr-x root/root usr/lib/libexo-0.3.la
lrwxrwxrwx root/root usr/lib/libexo-0.3.so -> libexo-0.3.so.0.3.1
lrwxrwxrwx root/root usr/lib/libexo-0.3.so.0 -> libexo-0.3.so.0.3.1
-rwxr-xr-x root/root usr/lib/libexo-0.3.so.0.3.1
lrwxrwxrwx root/root usr/lib/libexo-0.3.so -> libexo-0.3.so.0.4.0
lrwxrwxrwx root/root usr/lib/libexo-0.3.so.0 -> libexo-0.3.so.0.4.0
-rwxr-xr-x root/root usr/lib/libexo-0.3.so.0.4.0
-rwxr-xr-x root/root usr/lib/libexo-hal-0.3.la
lrwxrwxrwx root/root usr/lib/libexo-hal-0.3.so -> libexo-hal-0.3.so.0.4.0
lrwxrwxrwx root/root usr/lib/libexo-hal-0.3.so.0 -> libexo-hal-0.3.so.0.4.0
-rwxr-xr-x root/root usr/lib/libexo-hal-0.3.so.0.4.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/exo-0.3.pc
-rw-r--r-- root/root usr/lib/pkgconfig/exo-hal-0.3.pc
drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/mcs-plugins/
-rwxr-xr-x root/root usr/lib/xfce4/mcs-plugins/exo-preferred-applications-settings.la

View File

@ -1 +1 @@
4c74431033c4c222efeccd4cf47ab65f exo-0.3.1.12rc2.tar.bz2
8b73acc98d0938d1193b31316823b6db exo-0.3.2.tar.bz2

View File

@ -5,9 +5,9 @@
# Group: xfce4
name=exo
version=0.3.1.12rc2
version=0.3.2
release=1
source=(http://www.xfce.org/archive/xfce-4.3.99.2/src/$name-$version.tar.bz2)
source=(http://www.xfce.org/archive/xfce-4.4.0/src/$name-$version.tar.bz2)
build () {
cd $name-$version

View File

@ -1 +1 @@
430c004dd67bc6445d7a162e626566fb gtk-xfce-engine-2.3.99.2.tar.bz2
54676606e99cbec638f7f22ddea2872a gtk-xfce-engine-2.4.0.tar.bz2

View File

@ -5,9 +5,9 @@
# Group: xfce4
name=gtk-xfce-engine
version=2.3.99.2
version=2.4.0
release=1
source=(http://www.xfce.org/archive/xfce-4.3.99.2/src/$name-$version.tar.bz2)
source=(http://www.xfce.org/archive/xfce-4.4.0/src/$name-$version.tar.bz2)
build () {
cd $name-$version

View File

@ -8,13 +8,13 @@ drwxr-xr-x root/root usr/include/xfce4/libxfce4mcs/
-rw-r--r-- root/root usr/include/xfce4/libxfce4mcs/mcs-manager.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libxfce4mcs-client.la
lrwxrwxrwx root/root usr/lib/libxfce4mcs-client.so -> libxfce4mcs-client.so.3.0.2
lrwxrwxrwx root/root usr/lib/libxfce4mcs-client.so.3 -> libxfce4mcs-client.so.3.0.2
-rwxr-xr-x root/root usr/lib/libxfce4mcs-client.so.3.0.2
lrwxrwxrwx root/root usr/lib/libxfce4mcs-client.so -> libxfce4mcs-client.so.3.0.4
lrwxrwxrwx root/root usr/lib/libxfce4mcs-client.so.3 -> libxfce4mcs-client.so.3.0.4
-rwxr-xr-x root/root usr/lib/libxfce4mcs-client.so.3.0.4
-rwxr-xr-x root/root usr/lib/libxfce4mcs-manager.la
lrwxrwxrwx root/root usr/lib/libxfce4mcs-manager.so -> libxfce4mcs-manager.so.3.0.2
lrwxrwxrwx root/root usr/lib/libxfce4mcs-manager.so.3 -> libxfce4mcs-manager.so.3.0.2
-rwxr-xr-x root/root usr/lib/libxfce4mcs-manager.so.3.0.2
lrwxrwxrwx root/root usr/lib/libxfce4mcs-manager.so -> libxfce4mcs-manager.so.3.0.4
lrwxrwxrwx root/root usr/lib/libxfce4mcs-manager.so.3 -> libxfce4mcs-manager.so.3.0.4
-rwxr-xr-x root/root usr/lib/libxfce4mcs-manager.so.3.0.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libxfce4mcs-client-1.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libxfce4mcs-manager-1.0.pc

View File

@ -1 +1 @@
7ee4eab238e773b9dbf3fa1472643f6e libxfce4mcs-4.3.99.2.tar.bz2
224863509b7f546fa1ca198374c424d3 libxfce4mcs-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=libxfce4mcs
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
@ -16,4 +16,5 @@ build () {
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}

View File

@ -21,9 +21,9 @@ drwxr-xr-x root/root usr/include/xfce4/libxfce4util/
-rw-r--r-- root/root usr/include/xfce4/libxfce4util/xfce-utf8.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libxfce4util.la
lrwxrwxrwx root/root usr/lib/libxfce4util.so -> libxfce4util.so.4.0.0
lrwxrwxrwx root/root usr/lib/libxfce4util.so.4 -> libxfce4util.so.4.0.0
-rwxr-xr-x root/root usr/lib/libxfce4util.so.4.0.0
lrwxrwxrwx root/root usr/lib/libxfce4util.so -> libxfce4util.so.4.0.1
lrwxrwxrwx root/root usr/lib/libxfce4util.so.4 -> libxfce4util.so.4.0.1
-rwxr-xr-x root/root usr/lib/libxfce4util.so.4.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libxfce4util-1.0.pc
drwxr-xr-x root/root usr/sbin/

View File

@ -1 +1 @@
4b327c64c292b2e672f69a0789deb2b7 libxfce4util-4.3.99.2.tar.bz2
543fb8efe96d6e83f897a7c64c48e9e6 libxfce4util-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=libxfce4util
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -51,8 +51,8 @@ drwxr-xr-x root/root usr/include/xfce4/libxfcegui4/
-rw-r--r-- root/root usr/include/xfce4/libxfcegui4/xinerama.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libxfcegui4.la
lrwxrwxrwx root/root usr/lib/libxfcegui4.so -> libxfcegui4.so.4.2.2
lrwxrwxrwx root/root usr/lib/libxfcegui4.so.4 -> libxfcegui4.so.4.2.2
-rwxr-xr-x root/root usr/lib/libxfcegui4.so.4.2.2
lrwxrwxrwx root/root usr/lib/libxfcegui4.so -> libxfcegui4.so.4.2.4
lrwxrwxrwx root/root usr/lib/libxfcegui4.so.4 -> libxfcegui4.so.4.2.4
-rwxr-xr-x root/root usr/lib/libxfcegui4.so.4.2.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libxfcegui4-1.0.pc

View File

@ -1 +1 @@
98679c67ac65c376833deacec9fcbecf libxfcegui4-4.3.99.2.tar.bz2
130cf67881f79c4f6ec4881a1d0d588f libxfcegui4-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=libxfcegui4
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -1 +1 @@
c943c9408cbb35be73c45f75d945b34d mousepad-0.2.10.tar.bz2
8549b2012afc761cb4548b138e2ee23c mousepad-0.2.12.tar.bz2

View File

@ -5,9 +5,9 @@
# Group: xfce4
name=mousepad
version=0.2.10
version=0.2.12
release=1
source=(http://www.xfce.org/archive/xfce-4.3.99.2/src/$name-$version.tar.bz2)
source=(http://www.xfce.org/archive/xfce-4.4.0/src/$name-$version.tar.bz2)
build () {
cd $name-$version

View File

@ -1 +1 @@
40607e4b116c4d298745ef0672826cd8 orage-4.3.99.2.tar.bz2
3f8f0e8ef46e0d43cdd81f32b8c1a01a orage-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=orage
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -1 +1 @@
d2785c1b11c48ed012042faa708bbf94 Terminal-0.2.5.8rc2.tar.bz2
ed091c02e002e2402e3203a2ab2f7c9a Terminal-0.2.6.tar.bz2

View File

@ -5,9 +5,9 @@
# Group: xfce4
name=terminal
version=0.2.5.8rc2
version=0.2.6
release=1
source=(http://www.xfce.org/archive/xfce-4.3.99.2/src/Terminal-$version.tar.bz2)
source=(http://www.xfce.org/archive/xfce-4.4.0/src/Terminal-$version.tar.bz2)
build () {
cd Terminal-$version

View File

@ -42,13 +42,13 @@ drwxr-xr-x root/root usr/include/thunarx-1/thunarx/
-rw-r--r-- root/root usr/include/thunarx-1/thunarx/thunarx.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libthunar-vfs-1.la
lrwxrwxrwx root/root usr/lib/libthunar-vfs-1.so -> libthunar-vfs-1.so.2.2.1
lrwxrwxrwx root/root usr/lib/libthunar-vfs-1.so.2 -> libthunar-vfs-1.so.2.2.1
-rwxr-xr-x root/root usr/lib/libthunar-vfs-1.so.2.2.1
lrwxrwxrwx root/root usr/lib/libthunar-vfs-1.so -> libthunar-vfs-1.so.2.2.2
lrwxrwxrwx root/root usr/lib/libthunar-vfs-1.so.2 -> libthunar-vfs-1.so.2.2.2
-rwxr-xr-x root/root usr/lib/libthunar-vfs-1.so.2.2.2
-rwxr-xr-x root/root usr/lib/libthunarx-1.la
lrwxrwxrwx root/root usr/lib/libthunarx-1.so -> libthunarx-1.so.2.2.1
lrwxrwxrwx root/root usr/lib/libthunarx-1.so.2 -> libthunarx-1.so.2.2.1
-rwxr-xr-x root/root usr/lib/libthunarx-1.so.2.2.1
lrwxrwxrwx root/root usr/lib/libthunarx-1.so -> libthunarx-1.so.2.2.2
lrwxrwxrwx root/root usr/lib/libthunarx-1.so.2 -> libthunarx-1.so.2.2.2
-rwxr-xr-x root/root usr/lib/libthunarx-1.so.2.2.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/thunar-vfs-1.pc
-rw-r--r-- root/root usr/lib/pkgconfig/thunarx-1.pc
@ -95,10 +95,26 @@ drwxr-xr-x root/root usr/share/doc/Thunar/html/
drwxr-xr-x root/root usr/share/doc/Thunar/html/C/
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/advanced-topics.html
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/copyright.html
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/customizing-thunar.html
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/faq.html
drwxr-xr-x root/root usr/share/doc/Thunar/html/C/images/
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/bulk-rename.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/file-manager-window.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/file-properties.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/preferences-advanced.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/preferences-behavior.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/preferences-side-pane.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/preferences-views.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/removable-drives-and-media.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/removable-media-unmount.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/sendto-menu.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/images/visible-columns.png
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/index.html
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/preferences.html
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/support.html
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/the-file-manager-window.html
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/using-removable-media.html
-rw-r--r-- root/root usr/share/doc/Thunar/html/C/working-with-files-and-folders.html
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/16x16/
@ -121,6 +137,8 @@ drwxr-xr-x root/root usr/share/pixmaps/
drwxr-xr-x root/root usr/share/pixmaps/Thunar/
-rw-r--r-- root/root usr/share/pixmaps/Thunar/Thunar-about-logo.png
-rw-r--r-- root/root usr/share/pixmaps/Thunar/Thunar-fallback-icon.png
drwxr-xr-x root/root usr/share/thumbnailers/
-rw-r--r-- root/root usr/share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop
drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/thunar-tpa.desktop

View File

@ -1 +1 @@
c97f6a011eb72b8653ad799290c71d52 Thunar-0.5.0rc2.tar.bz2
9f7b0945d6a235391049f6818fb4d188 Thunar-0.8.0.tar.bz2

View File

@ -5,9 +5,9 @@
# Group: xfce4
name=thunar
version=0.5.0rc2
version=0.8.0
release=1
source=(http://www.xfce.org/archive/xfce-4.3.99.2/src/Thunar-$version.tar.bz2)
source=(http://www.xfce.org/archive/xfce-4.4.0/src/Thunar-$version.tar.bz2)
build () {
cd Thunar-$version

View File

@ -1 +1 @@
59d6d8f4f931b562b39ea1decdf9e29e xfce-mcs-manager-4.3.99.2.tar.bz2
12be1f5676799a4210d3883c7b4b7294 xfce-mcs-manager-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfce-mcs-manager
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -30,7 +30,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-ui.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/xfce-filemanager.svg
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce4-display.svg
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce4-keyboard.svg
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce4-mouse.svg

View File

@ -1 +1 @@
6234425227e1145319bd75ef52fa97f5 xfce-mcs-plugins-4.3.99.2.tar.bz2
95213345e3ccd224a30b2be01e9c06b9 xfce-mcs-plugins-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfce-mcs-plugins
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
@ -18,7 +18,4 @@ build () {
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rm -r $PKG/usr/share/xfce4/doc/??
# conflict with xfce4-panel
rm $PKG/usr/share/icons/hicolor/48x48/apps/xfce-filemanager.png
}

View File

@ -21,9 +21,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/
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-logo.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-taskbar.svg
drwxr-xr-x root/root usr/share/xfce4/
-rw-r--r-- root/root usr/share/xfce4/AUTHORS
-rw-r--r-- root/root usr/share/xfce4/BSD
@ -50,5 +47,6 @@ drwxr-xr-x root/root usr/share/xfce4/doc/C/images/
-rw-r--r-- root/root usr/share/xfce4/doc/C/xfce4-intro.html
-rw-r--r-- root/root usr/share/xfce4/doc/C/xfce4-use.html
-rw-r--r-- root/root usr/share/xfce4/doc/C/xfce4-user-guide.html
-rw-r--r-- root/root usr/share/xfce4/doc/xfce-chunk.css
-rw-r--r-- root/root usr/share/xfce4/doc/xfce-mouse.png
-rw-r--r-- root/root usr/share/xfce4/doc/xfce.css

View File

@ -1 +1 @@
de6502dd93176b2a60e2e66bf052024f xfce-utils-4.3.99.2.tar.bz2
e90a98cf6de0610170c39a4eae36ad8f xfce-utils-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfce-utils
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -1 +1 @@
a4636f51d79eb68ba65098336d120d56 xfce4-appfinder-4.3.99.2.tar.bz2
43538217a5502425d738ea8419521b9a xfce4-appfinder-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfce4-appfinder
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -155,6 +155,7 @@ lrwxrwxrwx root/root usr/share/icons/Rodent/48x48/filesystems/mime-inode:mount-p
-rw-r--r-- root/root usr/share/icons/Rodent/48x48/filesystems/mount-point.png
-rw-r--r-- root/root usr/share/icons/Rodent/48x48/filesystems/network_fs.png
-rw-r--r-- root/root usr/share/icons/Rodent/48x48/filesystems/open_folder.png
lrwxrwxrwx root/root usr/share/icons/Rodent/48x48/filesystems/user-home.png -> gnome-fs-home.png
drwxr-xr-x root/root usr/share/icons/Rodent/48x48/mimetypes/
-rw-r--r-- root/root usr/share/icons/Rodent/48x48/mimetypes/application-msword.png
-rw-r--r-- root/root usr/share/icons/Rodent/48x48/mimetypes/application-octet-stream.png
@ -969,6 +970,7 @@ lrwxrwxrwx root/root usr/share/icons/Rodent/scalable/filesystems/mime-inode:moun
-rw-r--r-- root/root usr/share/icons/Rodent/scalable/filesystems/mount-point.svg
-rw-r--r-- root/root usr/share/icons/Rodent/scalable/filesystems/network_fs.svg
-rw-r--r-- root/root usr/share/icons/Rodent/scalable/filesystems/open_folder.svg
lrwxrwxrwx root/root usr/share/icons/Rodent/scalable/filesystems/user-home.svg -> gnome-fs-home.svg
drwxr-xr-x root/root usr/share/icons/Rodent/scalable/mimetypes/
-rw-r--r-- root/root usr/share/icons/Rodent/scalable/mimetypes/application-msword.svg
-rw-r--r-- root/root usr/share/icons/Rodent/scalable/mimetypes/application-octet-stream.svg

View File

@ -1 +1 @@
e8ad35bc50a84f620848f841d5167fb9 xfce4-icon-theme-4.3.99.2.tar.bz2
69cf43b167e93e89a8c504d5d18e1142 xfce4-icon-theme-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfce4-icon-theme
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -1 +1 @@
9648fc403f9eb4baede230644bf5638d xfce4-mixer-4.3.99.2.tar.bz2
195e52cfe7913ca0b97d20a7ca26bde7 xfce4-mixer-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfce4-mixer
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -33,9 +33,9 @@ drwxr-xr-x root/root usr/include/xfce4/libxfce4panel/
-rw-r--r-- root/root usr/include/xfce4/libxfce4panel/xfce-panel-window.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libxfce4panel.la
lrwxrwxrwx root/root usr/lib/libxfce4panel.so -> libxfce4panel.so.1.1.1
lrwxrwxrwx root/root usr/lib/libxfce4panel.so.1 -> libxfce4panel.so.1.1.1
-rwxr-xr-x root/root usr/lib/libxfce4panel.so.1.1.1
lrwxrwxrwx root/root usr/lib/libxfce4panel.so -> libxfce4panel.so.1.1.2
lrwxrwxrwx root/root usr/lib/libxfce4panel.so.1 -> libxfce4panel.so.1.1.2
-rwxr-xr-x root/root usr/lib/libxfce4panel.so.1.1.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libxfce4panel-1.0.pc
drwxr-xr-x root/root usr/lib/xfce4/
@ -76,21 +76,8 @@ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/xfce-system-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/xfce-edit.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-filemanager.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-games.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-graphics.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-internet.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-mail.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-man.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-mouse.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-multimedia.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-printer.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-schedule.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-sound.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-terminal.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-unknown.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-utils.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-iconbox.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-panel.png
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-taskbar.png
@ -98,6 +85,12 @@ drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/doc/
drwxr-xr-x root/root usr/share/xfce4/doc/C/
drwxr-xr-x root/root usr/share/xfce4/doc/C/images/
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/add_item_dialog.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/default_bottom_panel.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/default_top_panel.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/item_popup.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/launcher_properties.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/panel_manager.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/xfce4-panel.html
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/actions.desktop

View File

@ -1 +1 @@
53f96a9db5628ac1c629c9e5ecd842e4 xfce4-panel-4.3.99.2.tar.bz2
c46925d2df393dba8f16979ba87d4776 xfce4-panel-4.4.0.tar.bz2

View File

@ -5,8 +5,8 @@
# Group: xfce4
name=xfce4-panel
version=4.3.99.2
release=2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
build () {

View File

@ -1 +1 @@
c2a4a306de2538a4425349587dccb7d9 xfce4-session-4.3.99.2.tar.bz2
03132946280bae3107101e02fbad0ba8 xfce4-session-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfce4-session
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfce4
version=4.3.99.2
version=4.4.0
release=1
source=()

View File

@ -70,10 +70,10 @@ drwxr-xr-x root/root usr/share/xfce4/doc/C/images/
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/root_menu.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/root_menu2.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/select_bg_color.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfdesktop-background.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfdesktop-appearance-tab.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfdesktop-behavior-tab.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfdesktop-editor.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfdesktop-list.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfdesktop-menu-tab.png
-rw-r--r-- root/root usr/share/xfce4/doc/C/xfdesktop.html
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/xfce4-menu.desktop

View File

@ -1 +1 @@
d44a81b9da9598425d9dd8dcd1cd5485 xfdesktop-4.3.99.2.tar.bz2
a1c93d228924b5daf151f698114021d3 xfdesktop-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfdesktop
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -35,12 +35,15 @@ drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/xfprint.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/24x24/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/devices/
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/devices/printer.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/printer.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/devices/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/devices/printer.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/printer.svg
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/devices/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/printer.svg
drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/doc/
drwxr-xr-x root/root usr/share/xfce4/doc/C/

View File

@ -1,4 +1 @@
383d28f9beb3e2e3324e47eaa0198888 printer.png
b2cc6f1b1218c3115b36dc28e3de37a8 printer.svg
c00222742b9a295f9529c9f50de29597 xfprint-4.3.99.2.patch
c2eb9dee0002e875b91e73557f7354a1 xfprint-4.3.99.2.tar.bz2
4b6d8f5381e73e912abddf2fdbf9888f xfprint-4.4.0.tar.bz2

View File

@ -5,26 +5,19 @@
# Group: xfce4
name=xfprint
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \
$name-$version.patch printer.png printer.svg)
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
build () {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
./configure --prefix=/usr \
--with-printcap=/etc/printcap \
--disable-static \
--enable-debug
make
make DESTDIR=$PKG install
install -d $PKG/usr/share/icons/hicolor/{48x48,scalable}/apps
install -m 644 $SRC/printer.png $PKG/usr/share/icons/hicolor/48x48/apps
install -m 644 $SRC/printer.svg $PKG/usr/share/icons/hicolor/scalable/apps
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/share/{locale,gtk-doc}
rm -r $PKG/usr/share/xfce4/doc/??
}

View File

@ -1 +1 @@
a77e9e700de66d38b6c4850a18283fb1 xfwm4-themes-4.3.99.2.tar.bz2
be42fc573181d8f7c0d4ac10d1c8940c xfwm4-themes-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfwm4-themes
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)

View File

@ -485,6 +485,111 @@ drwxr-xr-x root/root usr/share/themes/Katiola/xfwm4/
-rw-r--r-- root/root usr/share/themes/Katiola/xfwm4/top-right-active.xpm
-rw-r--r-- root/root usr/share/themes/Katiola/xfwm4/top-right-inactive.png
-rw-r--r-- root/root usr/share/themes/Katiola/xfwm4/top-right-inactive.xpm
drwxr-xr-x root/root usr/share/themes/Kokodi/
drwxr-xr-x root/root usr/share/themes/Kokodi/xfwm4/
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-left-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-left-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-left-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-left-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-right-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-right-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-right-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/bottom-right-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/close-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/close-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/close-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/close-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/close-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/close-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/hide-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/hide-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/hide-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/hide-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/hide-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/hide-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/left-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/left-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/left-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/left-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-toggled-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-toggled-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-toggled-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-toggled-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-toggled-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/maximize-toggled-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/menu-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/menu-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/menu-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/menu-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/menu-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/menu-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/right-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/right-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/right-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/right-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-toggled-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-toggled-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-toggled-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-toggled-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-toggled-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/shade-toggled-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-toggled-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-toggled-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-toggled-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-toggled-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-toggled-pressed.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/stick-toggled-pressed.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/themerc
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-1-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-1-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-1-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-1-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-2-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-2-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-2-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-2-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-3-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-3-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-3-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-3-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-4-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-4-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-4-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-4-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-5-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-5-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-5-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/title-5-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/top-left-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/top-left-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/top-left-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/top-left-inactive.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/top-right-active.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/top-right-active.xpm
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/top-right-inactive.png
-rw-r--r-- root/root usr/share/themes/Kokodi/xfwm4/top-right-inactive.xpm
drwxr-xr-x root/root usr/share/themes/Moheli/
drwxr-xr-x root/root usr/share/themes/Moheli/xfwm4/
-rw-r--r-- root/root usr/share/themes/Moheli/xfwm4/bottom-active.png

View File

@ -1 +1 @@
3186d90ae752cce9687698c8bd6b26c3 xfwm4-4.3.99.2.tar.bz2
8bb7231a20b30bfc1936b0facb9f072c xfwm4-4.4.0.tar.bz2

View File

@ -5,7 +5,7 @@
# Group: xfce4
name=xfwm4
version=4.3.99.2
version=4.4.0
release=1
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)