mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
xapp: Renamed from xapps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
94b3634ec5
commit
d956ef46e6
6 changed files with 18 additions and 18 deletions
|
@ -12,7 +12,7 @@ accountsservice
|
||||||
cinnamon-desktop
|
cinnamon-desktop
|
||||||
pangox-compat
|
pangox-compat
|
||||||
libgnomekbd
|
libgnomekbd
|
||||||
xapps
|
xapp
|
||||||
cinnamon-session
|
cinnamon-session
|
||||||
libgusb
|
libgusb
|
||||||
colord
|
colord
|
||||||
|
|
|
@ -56,7 +56,7 @@ for dir in \
|
||||||
cinnamon-desktop \
|
cinnamon-desktop \
|
||||||
pangox-compat \
|
pangox-compat \
|
||||||
libgnomekbd \
|
libgnomekbd \
|
||||||
xapps \
|
xapp \
|
||||||
cinnamon-session \
|
cinnamon-session \
|
||||||
libgusb \
|
libgusb \
|
||||||
colord \
|
colord \
|
||||||
|
|
12
xapp/slack-desc
Normal file
12
xapp/slack-desc
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
|-----handy-ruler------------------------------------------------------|
|
||||||
|
xapp: xapp (Common library for X-Apps project)
|
||||||
|
xapp:
|
||||||
|
xapp: This project gathers the components which are common to multiple
|
||||||
|
xapp: desktop environments and required to implement cross-DE solutions.
|
||||||
|
xapp:
|
||||||
|
xapp:
|
||||||
|
xapp: Project URL: https://github.com/linuxmint/xapp
|
||||||
|
xapp:
|
||||||
|
xapp:
|
||||||
|
xapp:
|
||||||
|
xapp:
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for xapps
|
# Slackware build script for xapp
|
||||||
|
|
||||||
# Copyright 2016-2020 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
# Copyright 2016-2020 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
@ -22,8 +22,8 @@
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=xapps
|
PRGNAM=xapp
|
||||||
VERSION=${VERSION:-1.8.8}
|
VERSION=${VERSION:-1.8.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c https://github.com/linuxmint/xapps/archive/$VERSION/$PRGNAM-$VERSION.tar.gz
|
wget -c https://github.com/linuxmint/xapp/archive/$VERSION/$PRGNAM-$VERSION.tar.gz
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/csb}
|
TMP=${TMP:-/tmp/csb}
|
|
@ -1,12 +0,0 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|
||||||
xapps: xapps (Common library for X-Apps project)
|
|
||||||
xapps:
|
|
||||||
xapps: This project gathers the components which are common to multiple
|
|
||||||
xapps: desktop environments and required to implement cross-DE solutions.
|
|
||||||
xapps:
|
|
||||||
xapps:
|
|
||||||
xapps: Project URL: https://github.com/linuxmint/xapps
|
|
||||||
xapps:
|
|
||||||
xapps:
|
|
||||||
xapps:
|
|
||||||
xapps:
|
|
Loading…
Reference in a new issue