xfce4-yenileme

This commit is contained in:
root 2016-04-03 18:09:19 +03:00
parent 22a355c397
commit 6809c051a0
20 changed files with 88 additions and 41 deletions

View File

@ -1,7 +1,7 @@
# Description: Exo is a support library used in the Xfce desktop.
# Description: Exo destek kutuphnanesi xfce4 masası için
# URL: http://www.os-cillation.de/
# Packager: tyrry at nutyx dot org, tnut at nutyx dot org
# Depends on: perl-uri xfce4-libui xfce4-libutil gtk-doc
# Depends on: perl-uri xfce4-libui xfce4-libutil
name=exo
version=0.10.7
@ -15,4 +15,5 @@ cd $name-$version
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}

View File

@ -0,0 +1,17 @@
# Description: thunar dosya yöneticisi disk yönetimi
# URL: http://thunar.xfce.org
# Packagers: milisarge
# Depends on: libgudev libnotify startup-notification exo xfce4-libui desktop-file-utils gvfs
name=thunar-volman
version=0.8.1
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2 )
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,2 @@
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -1,9 +1,8 @@
# Description: Thunar is the Xfce file manager, a GTK+ 2 GUI to organise the files on your computer.
# Description: thunar dosya yöneticisi
# URL: http://thunar.xfce.org
# Packagers: tyrry at nutyx dot org, tnut at nutyx dot org
# Depends on: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils
run=(desktop-file-utils gtk-update-icon-cache)
name=thunar
version=1.6.10
release=1
@ -26,7 +25,6 @@ patch $SRC/Thunar-1.6.10/thunar/thunar-window.c $SRC/no-root-warning.patch
--enable-notifications \
--enable-exif \
--enable-pcre \
--enable-gtk-doc \
--disable-debug
make
make DESTDIR=$PKG install

View File

@ -1,6 +1,6 @@
# Description: A D-Bus thumbnailing service based on the thumbnail management D-Bus specification.
# URL: http://www.ohloh.net/p/tumbler-xfce
# Packager: tyrry at nutyx dot org
# Packager: milisarge
# Depends on: libjpeg-turbo libpng freetype gdk-pixbuf dbus-glib intltool gstreamer
name=tumbler
@ -15,4 +15,5 @@ cd $name-$version
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}

View File

@ -1,11 +1,11 @@
# Description: An application finder for Xfce
# URL: http://http://www.xfce.org/projects/xfce4-appfinder/
# Packager: tyrry at nutyx dot org
# Packager: milisarge
# Depends on: xfce4-libui xfce4-garcon
name=xfce4-appfinder
version=4.12.0
release=2
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)

View File

@ -1,6 +1,6 @@
# Description: Xfconf is the configuration storage system for Xfce.
# URL: http://wiki.xfce.org/releng/4.6/general-info
# Packager: tyrry at nutyx dot org
# Packager: milisarge@gmail.com
# Depends on: xfce4-libutil dbus-glib perl-glib
_name=xfconf
@ -19,9 +19,9 @@ cd ${_name}-$version
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static \
--enable-gtk-doc \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
find $PKG -name perllocal.pod -exec rm {} \;
}

View File

@ -1,6 +1,6 @@
# Description: Xfdesktop is a desktop manager for the Xfce Desktop Environment.
# Description: Xfdesktop masa yoneticisi xfce4 için.
# URL: http://www.xfce.org
# Packagers: tyrry at nutyx dot org, tnut at nutyx dot org
# Packagers: milisarge@gmail.com
# Depends on: exo libwnck xfce4-libui thunar xfce4-garcon
_name=xfdesktop
@ -10,12 +10,12 @@ name=xfce4-desktop
version=4.12.3
release=1
source=(http://archive.xfce.org/src/xfce/${_name}/4.12/${_name}-$version.tar.bz2
http://downloads.nutyx.org/FondsEcrans/150213091432829037.jpg)
source=(http://archive.xfce.org/src/xfce/${_name}/4.12/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
sed -i "s/xfce-blue.jpg/wall-houaphan.jpg/" common/xfdesktop-common.h
#duvar kagidi yuklemek icin
#sed -i "s/xfce-blue.jpg/milis.jpg/" common/xfdesktop-common.h
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@ -28,6 +28,7 @@ sed -i "s/xfce-blue.jpg/wall-houaphan.jpg/" common/xfdesktop-common.h
--disable-debug
make
make DESTDIR=$PKG install
install -D -m644 ../150213091432829037.jpg \
$PKG/usr/share/backgrounds/xfce/wall-houaphan.jpg
#duvar kagidi yuklemek icin
#install -D -m644 ../milis.jpg \
#$PKG/usr/share/backgrounds/xfce/milis.jpg
}

View File

@ -0,0 +1,16 @@
# Description: xfce4 geliştirme araçları
# URL: http://thunar.xfce.org
# Packagers: milisarge
# Depends on:
name=xfce4-dev-tools
version=4.12.0
release=1
source=(http://archive.xfce.org/xfce/4.12/src/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -21,4 +21,5 @@ cd ${_name}-$version
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}

View File

@ -1,13 +1,13 @@
# Description: Contains several GTK+ 2 and GTK+ 3 themes and libraries needed to display them.
# URL: http://www.xfce.org
# Packager: tyrry at nutyx dot org tnut at nutyx dot org
# Packager: milisarge@gmail.com
# Depends on: gtk2 gtk3
_name=gtk-xfce-engine
name=xfce4-gtk-engine
version=3.2.0
release=3
release=1
source=(http://archive.xfce.org/src/xfce/${_name}/${version%.*}/${_name}-$version.tar.bz2)

View File

@ -1,7 +1,7 @@
# Description: The libxfce4ui package contains GTK+ 2 widgets that are used by other Xfce applications.
# URL: http://www.xfce.org/projects/libraries/
# Packager: tyrry at nutyx dot org
# Depends on: gtk2 gtk3 startup-notification xfce4-conf gtk-doc
# Depends on: gtk2 gtk3 startup-notification xfce4-conf
_name=libxfce4ui
@ -13,16 +13,16 @@ source=(http://archive.xfce.org/src/xfce/${_name}/${version%.*}/${_name}-$versio
build() {
cd ${_name}-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--enable-gtk-doc \
--disable-debug
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
for i in usr/bin/xfce4-about usr/share/applications/xfce4-about.desktop usr/share/icons/hicolor/48x48/apps/xfce4-logo.png
do rm $PKG/$i
done

View File

@ -1,7 +1,7 @@
# Description: The libxfce4util package is a basic utility library for the Xfce desktop environment.
# URL: http://ww.xfce.org/projects/libraries/
# Packager: tyrry at nutyx dot org, tnut at nutyx dot org
# Depends on: glib intltool gtk-doc
# Depends on: glib intltool
_name=libxfce4util
@ -19,8 +19,8 @@ cd ${_name}-$version
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--enable-gtk-doc \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}

View File

@ -1,11 +1,11 @@
# Description: The Xfce4 Panel package contains the Xfce4 Panel.
# URL: http://www.xfce.org/projects/xfce4-panel/
# Packager: tyrry at nutyx dot org, tnut at nutyx dot org
# Depends on: exo xfce4-garcon libwnck xfce4-libui gtk-doc gtk3
# Packager: milisarge
# Depends on: exo xfce4-garcon libwnck xfce4-libui gtk3
name=xfce4-panel
version=4.12.0
release=2
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
@ -15,9 +15,9 @@ cd $name-$version
--prefix=/usr \
--sysconfdir=/etc \
--enable-gio-unix \
--enable-gtk-doc \
--enable-gtk3 \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}

View File

@ -1,2 +1,2 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
update-desktop-database -q

View File

@ -1 +1 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -1 +1 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -1,12 +1,11 @@
# Description: A collection of programs that are useful for adjusting your Xfce preferences.
# Description: xfce4 ayar uygulamaları.
# URL: http://wiki.xfce.org/releng/4.10/
# Packager: tyrry at nutyx dot org, tnut at nutyx dot org
# Packager: milisarge
# Depends on: exo xfce4-libui xfce4-garcon xorg-libxklavier xorg-libxkbfile libcanberra gnome-icon-theme
run=(gnome-icon-theme)
name=xfce4-settings
version=4.12.0
release=3
release=1
source=(http://archive.xfce.org/src/xfce/${name}/${version%.*}/$name-$version.tar.bz2
default-xsettings-xml.patch)
@ -27,6 +26,6 @@ patch -Np1 -i $SRC/default-xsettings-xml.patch
--enable-sound-settings \
--disable-upower-glib \
--disable-debug
make
make
make DESTDIR=$PKG install
}

View File

@ -1,7 +1,7 @@
# Description: sistem
# URL: sistem
# Packager: milisarge
# Depends on: xfce4-desktop xfce4-session xfce4-settings xfce4-notifyd xfce4-panel xfce4-wm xfce4-power-manager xfce4-taskmanager xfce4-xkb-plugin xfce4-terminal xfce4-libui xfce4-libutil xfce4-garcon xfce4-mixer xfce4-gtk-engine xfce4-appfinder xfce4-battery-plugin xfce4-conf xfce4-datetime-plugin xfce4-elementary-icon-theme dejavu-ttf
# Depends on: xfce4-desktop xfce4-session xfce4-settings xfce4-notifyd xfce4-panel xfce4-wm xfce4-power-manager xfce4-taskmanager xfce4-xkb-plugin xfce4-terminal xfce4-libui xfce4-libutil xfce4-garcon xfce4-mixer xfce4-gtk-engine xfce4-appfinder xfce4-battery-plugin xfce4-conf xfce4-datetime-plugin xfce4-elementary-icon-theme dejavu-ttf tumbler
name=xfce4-sistem
version=1

View File

@ -0,0 +1,11 @@
# Depends on: exo garcon gtk-xfce-engine libxfce4ui libxfce4util thunar thunar-volman tumbler xfce4-appfinder xfce4-panel xfce4-power-manager xfce4-session xfce4-settings xfconf xfdesktop xfwm4
name=xfce4
version=4.12
release=1
source=()
build() {
install -d $PKG/etc
echo "${version}" > $PKG/etc/xfce4-version
}