mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/gksu-polkit: Updated for version 0.0.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2bf31423f2
commit
ed83ed881e
3 changed files with 9 additions and 11 deletions
|
@ -4,5 +4,3 @@ 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.
|
||||
|
||||
This depends on libgee.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Written by ponce <matteo.bernardini@gmail.com>
|
||||
|
||||
PRGNAM=gksu-polkit
|
||||
VERSION=${VERSION:-20100909_d7e3160}
|
||||
VERSION=${VERSION:-0.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -35,7 +35,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCS="AUTHORS COPYING ChangeLog HACKING README THANKS TODO"
|
||||
DOCS="AUTHORS COPYING ChangeLog README THANKS TODO"
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
||||
|
@ -43,7 +43,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -53,12 +53,12 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
# respect our $CFLAGS
|
||||
sed -i "s|-g -O2|$SLKCFLAGS|" aclocal.m4
|
||||
sed -i "s|-g -O2 -Wall|$SLKCFLAGS|" */Makefile.am
|
||||
sed -i "s|-g -O2|$SLKCFLAGS|" configure
|
||||
sed -i "s|-g -O2 -Wall|$SLKCFLAGS|" {common,gksu,libgksu}/Makefile.in
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./autogen.sh \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gksu-polkit"
|
||||
VERSION="20100909_d7e3160"
|
||||
VERSION="0.0.3"
|
||||
HOMEPAGE="http://live.gnome.org/gksu"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/gksu-polkit-20100909_d7e3160.tar.xz"
|
||||
MD5SUM="6c0f658eb511482be2ee16a301d1f63b"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/gksu-polkit-0.0.3.tar.xz"
|
||||
MD5SUM="7caebea1aa7fc63c0391dc984ba50f8a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgee"
|
||||
|
|
Loading…
Reference in a new issue