summaryrefslogtreecommitdiffstats
path: root/oxygen-gtk/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'oxygen-gtk/Pkgfile')
-rwxr-xr-xoxygen-gtk/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/oxygen-gtk/Pkgfile b/oxygen-gtk/Pkgfile
new file mode 100755
index 000000000..13a3dc3c1
--- /dev/null
+++ b/oxygen-gtk/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Portage du theme Oxygen dans les application Gtk
+# URL: http://www.kde.org
+# Packager: NuTyX core team
+# Maintainer: lesibel at free dot fr
+# Depends on: gtk, cmake, xorg-libxinerama xorg-libxrandr xorg-libxdamage
+
+name=oxygen-gtk
+version=1.1.6
+release=1
+source=(ftp://ftp.kde.org/pub/kde/stable/$name/$version/src/$name-$version.tar.bz2 )
+
+build() {
+ cd $name-*
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+ make DESTDIR=$PKG install
+}
+