diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-05-30 21:25:15 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-06 00:58:32 -0600 |
commit | e295110a9428483045165adb8f253f919184e312 (patch) | |
tree | d96c2380c5d192f4a98c5549087512538f4b1361 /system | |
parent | 1c60373ba6e7a1a2311ca071db7d5d167ae090aa (diff) | |
download | slackbuilds-e295110a9428483045165adb8f253f919184e312.tar.gz |
system/lxpolkit: Removed (now included in lxsession).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/lxpolkit/README | 3 | ||||
-rw-r--r-- | system/lxpolkit/lxpolkit.SlackBuild | 81 | ||||
-rw-r--r-- | system/lxpolkit/lxpolkit.info | 10 | ||||
-rw-r--r-- | system/lxpolkit/slack-desc | 19 |
4 files changed, 0 insertions, 113 deletions
diff --git a/system/lxpolkit/README b/system/lxpolkit/README deleted file mode 100644 index bad115f98e..0000000000 --- a/system/lxpolkit/README +++ /dev/null @@ -1,3 +0,0 @@ -lxpolkit (policykit agent for LXDE) - -LXPolkit is a minimalized policykit authentication agent for the LXDE desktop. diff --git a/system/lxpolkit/lxpolkit.SlackBuild b/system/lxpolkit/lxpolkit.SlackBuild deleted file mode 100644 index 1717ff968b..0000000000 --- a/system/lxpolkit/lxpolkit.SlackBuild +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/sh - -# Slackware build script for lxpolkit - -# Written by Matteo Bernardini <ponce@slackbuilds.org> -# based on slackbuilds.org default template -# generated by Grissiom's sbo-dev-helper - -PRGNAM=lxpolkit -VERSION=${VERSION:-0.1.0} -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 - -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 . \ - \( -perm 777 -o -perm 775 -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 {} \; - -sh autogen.sh || true - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHOR COPYING ChangeLog NEWS README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION || true -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/lxpolkit/lxpolkit.info b/system/lxpolkit/lxpolkit.info deleted file mode 100644 index 734c349427..0000000000 --- a/system/lxpolkit/lxpolkit.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="lxpolkit" -VERSION="0.1.0" -HOMEPAGE="http://lxde.org" -DOWNLOAD="http://downloads.sourceforge.net/lxde/lxpolkit-0.1.0.tar.gz" -MD5SUM="2597b00035fe1d695219e0f9bfa8c26f" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Matteo Bernardini" -EMAIL="ponce@slackbuilds.org" diff --git a/system/lxpolkit/slack-desc b/system/lxpolkit/slack-desc deleted file mode 100644 index fb57c38da4..0000000000 --- a/system/lxpolkit/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 ':'. - - |-----handy-ruler------------------------------------------------------| -lxpolkit: lxpolkit (policykit agent for LXDE) -lxpolkit: -lxpolkit: LXPolKit is a minimalized policykit authentication agent for the LXDE -lxpolkit: desktop. -lxpolkit: -lxpolkit: -lxpolkit: -lxpolkit: -lxpolkit: -lxpolkit: lxpolkit home: http://lxde.org/ -lxpolkit: |