Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Nov 23, 2015
2 parents f685d66 + 4caf668 commit 7340c92
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 12 deletions.
2 changes: 1 addition & 1 deletion graphics/blender/BUILD
Expand Up @@ -15,7 +15,7 @@
-DWITH_PLAYER=1 \
-DWITH_GAMEENGINE=1 \
-DWITH_INSTALL_PORTABLE=0 \
-DPYTHON_VERSION=3.${PYTHON_VER} &&
-DPYTHON_VERSION=3.${PYTHON_VER}" &&

default_cmake_config &&

Expand Down
2 changes: 1 addition & 1 deletion graphics/gegl/DETAILS
Expand Up @@ -6,7 +6,7 @@
SOURCE4=gegl-0.2.0-CVE-2012-4433.patch
SOURCE_URL[0]=http://ftp.gimp.org/pub/gegl/${VERSION%.*}
SOURCE_URL[1]=http://ftp.gtk.org/pub/gegl/${VERSION%.*}
SOURCE2_URL=https://raw.github.com/PhantomX/slackbuilds/master/gegl/patches/
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
SOURCE4_URL=$PATCH_URL
SOURCE_VFY=sha256:df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426
Expand Down
5 changes: 5 additions & 0 deletions graphics/gimp/DEPENDS
Expand Up @@ -47,3 +47,8 @@ optional_depends "libgudev" \
"--with-gudev" \
"--without-gudev" \
"for UDEV glib support"

optional_depends "ghostscript" \
"--with-gs" \
"--without-gs" \
"for Ghostscript support"
6 changes: 3 additions & 3 deletions libs/czmq/DETAILS
@@ -1,11 +1,11 @@
MODULE=czmq
VERSION=3.0.1
VERSION=3.0.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://download.zeromq.org
SOURCE_VFY=sha256:b8a13c7064956ccd01ee9ce5c952a2a859af70bf450389bc33b7e0e3c67b6b17
SOURCE_VFY=sha256:8bca39ab69375fa4e981daf87b3feae85384d5b40cef6adbe9d5eb063357699a
WEB_SITE=http://czmq.zeromq.org/
ENTERED=20150604
UPDATED=20150604
UPDATED=20151123
SHORT="High-level C Binding for ZeroMQ"

cat << EOF
Expand Down
7 changes: 4 additions & 3 deletions libs/ibus/BUILD
@@ -1,5 +1,6 @@
OPTS+=" --enable-ui --disable-memconf" &&
OPTS+=" --enable-ui --disable-memconf" &&

./autogen.sh &&
touch INSTALL &&
./autogen.sh &&

default_build
default_build
2 changes: 1 addition & 1 deletion libs/libgit2/DETAILS
Expand Up @@ -5,7 +5,7 @@
SOURCE_VFY=sha256:2d5c80426675928cda6e9a313ae38b2a72c1a55b7c3d4884dc21f7b312ff1eae
WEB_SITE=http://libgit2.github.com/
ENTERED=20150205
UPDATED=20151214
UPDATED=20151114
SHORT="pure C implementation of the Git core methods"

cat << EOF
Expand Down
1 change: 1 addition & 0 deletions libs/libpwquality/DEPENDS
@@ -0,0 +1 @@
depends cracklib
15 changes: 15 additions & 0 deletions libs/libpwquality/DETAILS
@@ -0,0 +1,15 @@
MODULE=libpwquality
VERSION=1.3.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=https://fedorahosted.org/releases/l/i/libpwquality
SOURCE_VFY=sha256:74d2ea90e103323c1f2d6a6cc9617cdae6877573eddb31aaf31a40f354cc2d2a
WEB_SITE=https://fedorahosted.org/libpwquality/
ENTERED=20151123
UPDATED=20151123
SHORT="provide common functions for password quality checking"
cat << EOF
The libpwquality library purpose is to provide common functions for password quality
checking and also scoring them based on their apparent randomness. The library also
provides a function for generating random passwords with good pronounceability.
The library supports reading and parsing of a configuration file.
EOF
2 changes: 0 additions & 2 deletions net/ppp/BUILD
Expand Up @@ -27,5 +27,3 @@ chmod 600 /etc/ppp/*-secrets
if module_installed systemd; then
install -D -m644 $SCRIPT_DIRECTORY/system.d/ppp.service /usr/lib/systemd/system/ppp@.service
fi

) > $C_FIFO 2>&1
2 changes: 1 addition & 1 deletion printer/ghostscript/DETAILS
Expand Up @@ -5,7 +5,7 @@
SOURCE_VFY=sha256:83daf5bbbb5afbc32cab944a1afa7ceca046dbf0c3712cd5f2bd21a13e484da1
WEB_SITE=http://www.ghostscript.com
ENTERED=20041116
UPDATED=20151006
UPDATED=20151123
SHORT="GPL ghostscript"

cat << EOF
Expand Down
4 changes: 4 additions & 0 deletions x11-wm/sddm/BUILD
@@ -1,3 +1,7 @@
mkdir -p /var/lib/sddm &&

add_priv_group sddm &&
add_priv_user sddm -d /var/lib/sddm -g sddm &&

OPTS+=" -DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf" &&

Expand Down
8 changes: 8 additions & 0 deletions x11-wm/sddm/POST_INSTALL
@@ -0,0 +1,8 @@
if [ ! -e /etc/sddm.conf ] ; then
sddm --example-config > /etc/sddm.conf &&
# Initially sddm starts on VT1. We'll sedit this to VT7
# then you can make it what you want.
sedit "s:MinimumVT=1:MinimumVT=7:" /etc/sddm.conf
fi


0 comments on commit 7340c92

Please sign in to comment.