polymer: dropped

This commit is contained in:
Simone Rota 2008-11-23 16:59:40 +01:00
parent ff5d207c4b
commit c5ba563edc
3 changed files with 0 additions and 34 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/polymer-config
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qt/
drwxr-xr-x root/root usr/share/qt/plugins/
drwxr-xr-x root/root usr/share/qt/plugins/styles/
-rwxr-xr-x root/root usr/share/qt/plugins/styles/libpolymer.so
-rwxr-xr-x root/root usr/share/qt/plugins/styles/libpolymer.so.1
-rwxr-xr-x root/root usr/share/qt/plugins/styles/libpolymer.so.1.0
-rwxr-xr-x root/root usr/share/qt/plugins/styles/libpolymer.so.1.0.0

View File

@ -1 +0,0 @@
5e566deb55586069378c85cb477f5005 polymer-0.3.2.tar.bz2

View File

@ -1,22 +0,0 @@
# Maintainer: Simone Rota, sip at crux dot nu
# Description: Port of KDE's Plastik style to pure Qt
# URL: http://static.int.pl/~mig21/dev/releases/polymer
# Depends on: qt3
name=polymer
version=0.3.2
release=1
source=(http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/$name-$version.tar.bz2)
build() {
export QTDIR=/usr/share/qt
cd $name-$version
./configure --prefix=/usr --disable-nls
make
mkdir -p $PKG/usr/bin
cp config/polymer-config $PKG/usr/bin
mkdir -p $PKG/$QTDIR/plugins/styles
cp style/libpolymer* $PKG/$QTDIR/plugins/styles
}