mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/xed: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c369848b95
commit
a1725d837e
2 changed files with 8 additions and 8 deletions
|
@ -21,13 +21,13 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xed
|
||||
VERSION=${VERSION:-1.0.6}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -38,8 +38,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -87,7 +87,7 @@ 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
|
||||
|
||||
DOCS="AUTHORS COPYING ChangeLog HACKING NEWS.GNOME README"
|
||||
DOCS="AUTHORS COPYING ChangeLog HACKING NEWS.* README"
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xed"
|
||||
VERSION="1.0.6"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="https://github.com/linuxmint/xed"
|
||||
DOWNLOAD="https://github.com/linuxmint/xed/archive/1.0.6/xed-1.0.6.tar.gz"
|
||||
MD5SUM="8c253539b14713884614b4836fa1089f"
|
||||
DOWNLOAD="https://github.com/linuxmint/xed/archive/1.2.0/xed-1.2.0.tar.gz"
|
||||
MD5SUM="0353e75e657ee1d117b26ac5316550a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnome-common yelp-tools gtksourceview3"
|
||||
|
|
Loading…
Reference in a new issue