desktop/parcellite: Updated for version 1.0.2rc5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
32cd769130
commit
ac027590f0
|
@ -0,0 +1,13 @@
|
|||
Index: parcellite-1.0.2rc5/src/keybinder.h
|
||||
===================================================================
|
||||
--- parcellite-1.0.2rc5.orig/src/keybinder.h
|
||||
+++ parcellite-1.0.2rc5/src/keybinder.h
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef __KEY_BINDER_H__
|
||||
#define __KEY_BINDER_H__
|
||||
|
||||
-#include <glib/gtypes.h>
|
||||
+#include <glib.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
@ -4,16 +4,14 @@
|
|||
# Written by Phillip Warner <pc_warner@yahoo.com>
|
||||
|
||||
PRGNAM=parcellite
|
||||
VERSION=${VERSION:-1.0.2rc2}
|
||||
VERSION=${VERSION:-1.0.2rc5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -57,6 +55,9 @@ if [ "$NOICON" = "YES" ]; then
|
|||
sed -i "s/PARCELLITE_ICON/GTK_STOCK_PASTE/" src/main.c
|
||||
sed -i "s/#define GTK_STOCK_PASTE \"parcellite\"//" src/main.c
|
||||
fi
|
||||
# Starting with glib 2.32 it is now mandatory to
|
||||
# include glib.h instead of individual headers.
|
||||
patch -p1 -i $CWD/glib-single-include.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CPPFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="parcellite"
|
||||
VERSION="1.0.2rc2"
|
||||
VERSION="1.0.2rc5"
|
||||
HOMEPAGE="http://parcellite.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/parcellite/parcellite-1.0.2rc2.tar.gz"
|
||||
MD5SUM="c1ade542f9b5e836af18773171e70e95"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/parcellite/parcellite-1.0.2rc5.tar.gz"
|
||||
MD5SUM="fa2d3ac8ec70df47e425695919bbc097"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue