summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2010-12-04 08:46:40 +0100
committerBor Kraljič2010-12-04 08:46:40 +0100
commit0973fafb8ae5a551cb1cc75add829777ca087661 (patch)
tree7bc05b894e25bf69979434075223455591748e0a
parent6afc647fdc44beb8a3548c6a8ff3ce1589602e62 (diff)
polkit-qt-1: updated spell to 0.96.1
-rwxr-xr-xkde4-support/polkit-qt-1/DETAILS8
-rw-r--r--kde4-support/polkit-qt-1/HISTORY6
-rwxr-xr-xkde4-support/polkit-qt-1/PRE_BUILD5
-rw-r--r--kde4-support/polkit-qt-1/glib.patch.gzbin2252 -> 0 bytes
4 files changed, 10 insertions, 9 deletions
diff --git a/kde4-support/polkit-qt-1/DETAILS b/kde4-support/polkit-qt-1/DETAILS
index caf2db0ba9..fddc7a8188 100755
--- a/kde4-support/polkit-qt-1/DETAILS
+++ b/kde4-support/polkit-qt-1/DETAILS
@@ -1,10 +1,10 @@
SPELL=polkit-qt-1
- VERSION=0.95.1
- SOURCE_HASH=sha512:e5e027feceb58429319d240e428e9fbdfb782649bb123e7d61828ef106df67e52ddcbf473653b8becd057abdf9f763986f41a12efa6f82d783540fc1da753511
+ VERSION=0.96.1
+ SOURCE_HASH=sha512:e6b13182a34f7d2f80d250e03747354529f6c7f04fc5e49de3f41fd8566966f3d4aaf285cfd7b1280b6f61f9f804ab75daf7fcc44d3f2f794e07602b19d6c42d
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$KDE_URL/stable/$SPELL/$SOURCE
+ SOURCE_URL[0]=$KDE_URL/stable/apps/KDE4.x/admin/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=
+ WEB_SITE=http://www.kde.org
LICENSE[0]=GPL
ENTERED=20091121
KEYWORDS="utils"
diff --git a/kde4-support/polkit-qt-1/HISTORY b/kde4-support/polkit-qt-1/HISTORY
index d74951890e..cc8fd8c5b9 100644
--- a/kde4-support/polkit-qt-1/HISTORY
+++ b/kde4-support/polkit-qt-1/HISTORY
@@ -1,3 +1,9 @@
+2010-12-03 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: updated spell to 0.96.1
+ Fixed SOURCE_URL[0] & WEB_SITE
+ * glib.patch.gz: removed, no longer needed
+ * PRE_BUILD: removed, no longer needed
+
2010-10-06 Eric Sandall <sandalle@sourcemage.org>
* PRE_BUILD: Apply glib.patch
* glib.patch: Fix compilation with glib 2.25+
diff --git a/kde4-support/polkit-qt-1/PRE_BUILD b/kde4-support/polkit-qt-1/PRE_BUILD
deleted file mode 100755
index e50f80c5d3..0000000000
--- a/kde4-support/polkit-qt-1/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-message "${MESSAGE_COLOR}Applying glib 2.25+ patch...${DEFAULT_COLOR}" &&
-zcat "$SPELL_DIRECTORY"/glib.patch | patch -p1
diff --git a/kde4-support/polkit-qt-1/glib.patch.gz b/kde4-support/polkit-qt-1/glib.patch.gz
deleted file mode 100644
index 59548cc5f9..0000000000
--- a/kde4-support/polkit-qt-1/glib.patch.gz
+++ /dev/null
Binary files differ