diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-22 18:45:52 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-22 17:45:52 -0600 |
commit | 8f13ade2ffcaa3a7fda7801dea6f4d1d9d973597 (patch) | |
tree | 3989d842cce361591e80107061b3cf28411571a0 /system | |
parent | bbe8c0a7089a10ac3cd8205d4498087904e79cf9 (diff) | |
download | slackbuilds-8f13ade2ffcaa3a7fda7801dea6f4d1d9d973597.tar.gz |
system/gksu-polkit: Removed (deprecated upstream).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/gksu-polkit/README | 6 | ||||
-rw-r--r-- | system/gksu-polkit/gksu-polkit.SlackBuild | 84 | ||||
-rw-r--r-- | system/gksu-polkit/gksu-polkit.info | 10 | ||||
-rw-r--r-- | system/gksu-polkit/slack-desc | 19 |
4 files changed, 0 insertions, 119 deletions
diff --git a/system/gksu-polkit/README b/system/gksu-polkit/README deleted file mode 100644 index 2341db4a22..0000000000 --- a/system/gksu-polkit/README +++ /dev/null @@ -1,6 +0,0 @@ -gksu-polkit (gksu through policykit) - -gksu is a library and application used to ask the user for passwords -to run programs as root. It is not a good option now that we have -PolicyKit. This new version will provide similar functionality to -cover applications which still haven't been patched to use PolicyKit. diff --git a/system/gksu-polkit/gksu-polkit.SlackBuild b/system/gksu-polkit/gksu-polkit.SlackBuild deleted file mode 100644 index 6cd99ae3e4..0000000000 --- a/system/gksu-polkit/gksu-polkit.SlackBuild +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh - -# Slackware build script for gksu-polkit -# Written by Matteo Bernardini <ponce@slackbuilds.org> - -PRGNAM=gksu-polkit -VERSION=${VERSION:-0.0.3} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -DOCS="AUTHORS COPYING ChangeLog README THANKS TODO" - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -# respect our $CFLAGS -sed -i "s|-g -O2|$SLKCFLAGS|" configure -sed -i "s|-g -O2 -Wall|$SLKCFLAGS|" {common,gksu,libgksu}/Makefile.in - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --enable-static=no \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/gksu-polkit/gksu-polkit.info b/system/gksu-polkit/gksu-polkit.info deleted file mode 100644 index 87d3b0b7fc..0000000000 --- a/system/gksu-polkit/gksu-polkit.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="gksu-polkit" -VERSION="0.0.3" -HOMEPAGE="http://live.gnome.org/gksu" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/gksu-polkit-0.0.3.tar.xz" -MD5SUM="7caebea1aa7fc63c0391dc984ba50f8a" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="libgee" -MAINTAINER="Matteo Bernardini" -EMAIL="ponce@slackbuilds.org" diff --git a/system/gksu-polkit/slack-desc b/system/gksu-polkit/slack-desc deleted file mode 100644 index 586e4b1dae..0000000000 --- a/system/gksu-polkit/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -gksu-polkit: gksu-polkit (gksu using policykit) -gksu-polkit: -gksu-polkit: gksu is a library and application used to ask the user for passwords -gksu-polkit: to run programs as root. It is not a good option now that we have -gksu-polkit: PolicyKit. This new version will provide similar functionality to -gksu-polkit: cover applications which still haven't been patched to use PolicyKit. -gksu-polkit: -gksu-polkit: homepage: http://live.gnome.org/gksu -gksu-polkit: -gksu-polkit: -gksu-polkit: |