Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e018e7b30d22171f19d3c91e1bb5e7a98fa078ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e018e7b30d22171f19d3c91e1bb5e7a98fa078ef)
  • Date: Sat, 7 Nov 2020 08:45:08 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/GnuPG.gpg |binary
crypto/gpgme/DETAILS | 3
crypto/gpgme/HISTORY | 4 +
crypto/gpgme/PREPARE | 2
crypto/libassuan/DETAILS | 2
crypto/libassuan/HISTORY | 4 +
crypto/libgpg-error/DETAILS | 2
crypto/libgpg-error/HISTORY | 3
devel/nasm/DETAILS | 4 -
devel/nasm/HISTORY | 3
editors/libreoffice/LibreOfficeLinux.conf | 37 ++++++++++
editors/libreoffice/opts | 105
++++++++++++++++++++++++++++++
graphics/adriconf/BUILD | 5 +
graphics/adriconf/CONFIGURE | 1
graphics/adriconf/DEPENDS | 11 +++
graphics/adriconf/DETAILS | 16 ++++
graphics/adriconf/HISTORY | 4 +
graphics/adriconf/INSTALL | 1
graphics/adriconf/PRE_BUILD | 8 ++
libs/b3sum/BUILD | 6 +
libs/b3sum/DEPENDS | 1
libs/b3sum/DETAILS | 14 ++++
libs/b3sum/HISTORY | 10 ++
libs/cpu_features/DETAILS | 4 -
libs/cpu_features/HISTORY | 3
printer/opencups/BUILD | 19 +++++
printer/opencups/CONFIGURE | 17 ++++
printer/opencups/CONFLICTS | 3
printer/opencups/DEPENDS | 47 +++++++++++++
printer/opencups/DETAILS | 23 ++++++
printer/opencups/FINAL | 2
printer/opencups/HISTORY | 3
printer/opencups/POST_REMOVE | 1
printer/opencups/PROVIDES | 1
printer/opencups/TRIGGERS | 6 +
printer/opencups/init.d/cups | 13 +++
printer/opencups/xinetd.d/cups-lpd | 11 +++
python-pypi/gramps5/BUILD | 2
python-pypi/gramps5/DEPENDS | 18 +++++
python-pypi/gramps5/DETAILS | 19 +++++
python-pypi/gramps5/FINAL | 1
python-pypi/gramps5/HISTORY | 3
python-pypi/gramps5/POST_REMOVE | 1
qt5/qtwebengine/CONFLICTS | 1
utils/procps-ng/PRE_BUILD | 3
45 files changed, 440 insertions(+), 7 deletions(-)

New commits:
commit e018e7b30d22171f19d3c91e1bb5e7a98fa078ef
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

nasm: => 2.15.05

commit 042eb5940cb049fb1870c02b485507a2ba459822
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gpgme: => 1.14.0

commit 6a081d7fa7e895e40efee9f67a3c10150dbf138b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libassuan: => 2.5.4

commit 968e168ce3592f2845c5a019f0f49023895314c1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libgpg-error: => 1.39

commit 02d9936631b3ff49d92be893b4f656a827149199
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cpu_features: => 0.6.0

diff --git a/crypto/GnuPG.gpg b/crypto/GnuPG.gpg
index 200c42d..99ab2a8 100644
Binary files a/crypto/GnuPG.gpg and b/crypto/GnuPG.gpg differ
diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index 86b3d50..5466d9d 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -34,6 +34,9 @@ case $GPGME_BRANCH in
1.13)
VERSION=1.13.1
;;
+ 1.14)
+ VERSION=1.14.0
+ ;;
esac

SOURCE=${SPELL}-${VERSION}.tar.bz2
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index 0d554f6..3626263 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,7 @@
+2020-11-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.14.0
+ * PREOPARE: add 1.14 branch
+
2019-08-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.13.1

diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index bf08b06..fb833f6 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -1,2 +1,2 @@
config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?"
\
- 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13
+ 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14
diff --git a/crypto/libassuan/DETAILS b/crypto/libassuan/DETAILS
index e84984f..4220803 100755
--- a/crypto/libassuan/DETAILS
+++ b/crypto/libassuan/DETAILS
@@ -1,5 +1,5 @@
SPELL=libassuan
- VERSION=2.5.3
+ VERSION=2.5.4

SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/libassuan/$SOURCE
diff --git a/crypto/libassuan/HISTORY b/crypto/libassuan/HISTORY
index 7a7b59f..28c9967 100644
--- a/crypto/libassuan/HISTORY
+++ b/crypto/libassuan/HISTORY
@@ -1,3 +1,7 @@
+2020-11-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.5.4
+ * GnuPG.gpg: add Werner Koch
+
2019-05-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2,5.3

diff --git a/crypto/libgpg-error/DETAILS b/crypto/libgpg-error/DETAILS
index a8a1c4e..61cac42 100755
--- a/crypto/libgpg-error/DETAILS
+++ b/crypto/libgpg-error/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgpg-error
- VERSION=1.36
+ VERSION=1.39
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://www.gnupg.org/ftp/gcrypt/libgpg-error/$SOURCE
SOURCE_URL[1]=https://gd.tuwien.ac.at/privacy/gnupg/libgpg-error/$SOURCE
diff --git a/crypto/libgpg-error/HISTORY b/crypto/libgpg-error/HISTORY
index 631f216..088a980 100644
--- a/crypto/libgpg-error/HISTORY
+++ b/crypto/libgpg-error/HISTORY
@@ -1,3 +1,6 @@
+2020-11-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.39
+
2019-05-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.36
* PRE_BUILD: fix incompatibility with gawk 5
diff --git a/devel/nasm/DETAILS b/devel/nasm/DETAILS
index 85fbbb4..e8ec103 100755
--- a/devel/nasm/DETAILS
+++ b/devel/nasm/DETAILS
@@ -1,6 +1,6 @@
SPELL=nasm
- VERSION=2.15.03
-
SOURCE_HASH=sha512:be98e8e0a3b5f5296bc941a7bbcbf44c4084c65d11aed60d17a803b9647d59bd14ec06e780ac22c4bbe8869625eb8e6139d18a88e25310edfce0fe0fc0172950
+ VERSION=2.15.05
+
SOURCE_HASH=sha512:512f90a2584f1c5811429274b97c64a2cedf37b9fdeffb1bcd0ea64afd9ecc19a2d7877ca8f1e05393aa324153fc9f39ea51dacbf8d25a7d5a2d7728c925dba7
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/devel/nasm/HISTORY b/devel/nasm/HISTORY
index a5ee75b..118209c 100644
--- a/devel/nasm/HISTORY
+++ b/devel/nasm/HISTORY
@@ -1,3 +1,6 @@
+2020-11-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.15.05
+
2020-07-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.15.03

diff --git a/editors/libreoffice/LibreOfficeLinux.conf
b/editors/libreoffice/LibreOfficeLinux.conf
new file mode 100644
index 0000000..00a70c7
--- /dev/null
+++ b/editors/libreoffice/LibreOfficeLinux.conf
@@ -0,0 +1,37 @@
+--with-system-dicts
+--with-myspell-dicts
+--with-system-zlib
+--without-system-poppler
+--without-system-openssl
+--without-system-libpng
+--without-system-libxml
+--without-system-jpeg
+--without-system-jars
+--without-system-postgresql
+--without-junit
+--with-help=html
+--without-helppack-integration
+--with-linker-hash-style=both
+--with-fonts
+--with-external-thes-dir=/usr/share/mythes
+--with-external-hyph-dir=/usr/share/hyphen
+--with-external-dict-dir=/usr/share/hunspell
+--enable-avahi
+--enable-dbus
+--enable-extension-integration
+--enable-odk
+--enable-gtk3-kde5
+--enable-kf5
+--enable-gstreamer-1-0
+--enable-evolution2
+--enable-gio
+--enable-scripting-beanshell
+--enable-scripting-javascript
+--enable-ext-wiki-publisher
+--enable-ext-nlpsolver
+--enable-epm
+--enable-python=internal
+--enable-online-update
+--enable-breakpad
+--disable-dconf
+--enable-mergelibs
diff --git a/editors/libreoffice/opts b/editors/libreoffice/opts
new file mode 100644
index 0000000..9fead98
--- /dev/null
+++ b/editors/libreoffice/opts
@@ -0,0 +1,105 @@
+./configure \
+--with-system-libs \
+--without-java \
+--without-system-jars \
+--disable-scripting \
+--disable-scripting-javascript \
+--disable-report-builder \
+--disable-fetch-external \
+--disable-odk \
+--disable-ccache \
+--disable-gtk3 \
+--disable-python \
+--enable-qt5 \
+--enable-kf5 \
+--disable-sdremote \
+--without-system-libcmis \
+--without-system-libcdr \
+--without-system-libmspub \
+--without-system-libmwaw \
+--without-system-libetonyek \
+--without-system-libfreehand \
+--without-system-liblangtag \
+--without-system-libebook \
+--without-system-libabw \
+--without-system-libpagemaker \
+--without-system-libqxp \
+--without-system-libzmf \
+--without-system-libstaroffice \
+--disable-database-connectivity \
+--without-system-mariadb \
+--without-system-odbc \
+--disable-postgresql-sdbc \
+--disable-firebird-sdbc \
+--disable-ldap \
+--disable-pdfium \
+--enable-mergelibs \
+--without-system-qrcodegen \
+--without-system-altlinuxhyph \
+> LL
+
+
+--without-system-
+#--disable-poppler \
+
+
+depends -sub CONTRIB clucene
+depends xmlsec
+depends librevenge
+depends libodfgen
+depends libepubgen
+depends libwpd
+depends libwpg
+depends libwps
+depends libvisio
+
+depends zlib
+depends JPEG
+depends expat
+depends perl
+#depends libe-book
+depends lcms2
+depends freetype2
+depends libxslt
+depends libxml2
+depends icu
+depends libtommath
+depends FIREBIRD
+depends curl
+depends boost
+depends nss
+depends nspr
+depends bison
+depends flex
+depends patch
+depends zip
+depends unzip
+depends dbus
+depends gpgme
+depends harfbuzz
+depends graphite2
+depends hunspell
+depends cppunit
+depends openssl
+depends krb5
+depends mdds
+depends glm
+depends orcus
+depends ixion
+depends sane-backends
+depends raptor
+depends redland
+depends qrcodegen
+
+optional_depends python3 '' '--disable-python' 'python support'
+optional_depends qtbase '--enable-qt5' '--disable-qt5' 'Qt5 support'
+optional_depends JAVA '' '--disable-java' ''
+optional_depends libnumbertext '' '--disable-libnumbertext' ''
+optional_depends libexttextcat '' '--disable-libexttextcat' ''
+optional_depends gtk+3 '--enable-gtk3' '--disable-gtk3' ''GTK support
+optional_depends dbus-glib '' '' 'Bluetooth support'
+optional_depends gstreamer-1.0 '' '' ''
+optional_depends poppler '--enable-poppler' '--disable-poppler' 'PDF support'
+optional_depends libepoxy '' '' ''
+optional_depends
+optional_depends
diff --git a/graphics/adriconf/BUILD b/graphics/adriconf/BUILD
new file mode 100644
index 0000000..5dbd782
--- /dev/null
+++ b/graphics/adriconf/BUILD
@@ -0,0 +1,5 @@
+
+ default_build
+# ./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
+# make
+
diff --git a/graphics/adriconf/CONFIGURE b/graphics/adriconf/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/graphics/adriconf/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/graphics/adriconf/DEPENDS b/graphics/adriconf/DEPENDS
new file mode 100755
index 0000000..edc9131
--- /dev/null
+++ b/graphics/adriconf/DEPENDS
@@ -0,0 +1,11 @@
+source $GRIMOIRE/CMAKE_DEPENDS
+depends boost
+depends libdrm
+depends mesa
+depends pciutils
+depends libx11
+depends libxml++
+depends GETTEXT
+depends gtkmm3
+#optional_depends "something" "yes-flags" "no-flags" "what for"
+
diff --git a/graphics/adriconf/DETAILS b/graphics/adriconf/DETAILS
new file mode 100755
index 0000000..9881d97
--- /dev/null
+++ b/graphics/adriconf/DETAILS
@@ -0,0 +1,16 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=adriconf
+ VERSION=2.3.2
+
SOURCE_HASH=sha512:439580a08c4e5c5d18f6ad3f6b09fed10bd69db40d05f22ee48b3a4c741dce030aa9c71a6c0f34df9085a1153f808d1ef01c6f14870242b9075bdcca4faa66c0
+ SOURCE=$SPELL-v$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://gitlab.freedesktop.org/mesa/adriconf
+ SOURCE_URL[0]=$WEB_SITE//-/archive/v$VERSION/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20200922
+ KEYWORDS=""
+ SHORT="Advanced DRI Configurator"
+cat << EOF
+adriconf (Advanced DRI CONFigurator) is a GUI tool used to configure open
source graphics drivers.
+It works by setting options and writing them to the standard drirc file used
by the Mesa drivers.
+EOF
diff --git a/graphics/adriconf/HISTORY b/graphics/adriconf/HISTORY
new file mode 100644
index 0000000..a432dc0
--- /dev/null
+++ b/graphics/adriconf/HISTORY
@@ -0,0 +1,4 @@
+2020-09-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3.2
+ spell created
+
diff --git a/graphics/adriconf/INSTALL b/graphics/adriconf/INSTALL
new file mode 100644
index 0000000..5a6f8f4
--- /dev/null
+++ b/graphics/adriconf/INSTALL
@@ -0,0 +1 @@
+default_install
diff --git a/graphics/adriconf/PRE_BUILD b/graphics/adriconf/PRE_BUILD
new file mode 100644
index 0000000..a638aed
--- /dev/null
+++ b/graphics/adriconf/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build
+#mk_source_dir $SOURCE_DIRECTORY &&
+#cd $SOURCE_DIRECTORY &&
+
+# autoreconf -f -i --symlink
+#unpack_file
+#patch -p0 < $SPELL_DIRECTORY/xxx.diff
+apply_patch_dir patches
diff --git a/libs/b3sum/BUILD b/libs/b3sum/BUILD
new file mode 100755
index 0000000..a450f6b
--- /dev/null
+++ b/libs/b3sum/BUILD
@@ -0,0 +1,6 @@
+cd $SOURCE_DIRECTORY/c &&
+LIBS+=" -lcpu_features" &&
+ make
+#gcc -shared -O3 -o libblake3.so blake3.c blake3_dispatch.c \
+# blake3_portable.c blake3_neon.c
+
diff --git a/libs/b3sum/DEPENDS b/libs/b3sum/DEPENDS
new file mode 100755
index 0000000..d1de69d
--- /dev/null
+++ b/libs/b3sum/DEPENDS
@@ -0,0 +1 @@
+depends cpu_features
diff --git a/libs/b3sum/DETAILS b/libs/b3sum/DETAILS
new file mode 100755
index 0000000..be43534
--- /dev/null
+++ b/libs/b3sum/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=b3sum
+ VERSION=0.3.7
+ SOURCE_HASH=sha512:
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/BLAKE3-$VERSION
+ WEB_SITE=https://github.com/BLAKE3-team/BLAKE3
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=LGPL
+ ENTERED=202905002
+ KEYWORDS=""
+ SHORT="BLAKE3 cryptographic hash function"
+cat << EOF
+official implementations of the BLAKE3 cryptographic hash function
+EOF
diff --git a/libs/b3sum/HISTORY b/libs/b3sum/HISTORY
new file mode 100644
index 0000000..5abd43c
--- /dev/null
+++ b/libs/b3sum/HISTORY
@@ -0,0 +1,10 @@
+2020-06-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.7
+
+2020-06-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.4
+
+2020-05-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.3
+ spell created
+
diff --git a/libs/cpu_features/DETAILS b/libs/cpu_features/DETAILS
index c5b5303..3e8d2b9 100755
--- a/libs/cpu_features/DETAILS
+++ b/libs/cpu_features/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=cpu_features
- VERSION=0.4.1
-
SOURCE_HASH=sha512:25b21ca7cbe751b5434c3cf6361f266cc57f0067a60e970c723fd4730b43acf290ac28cb10454c11e582cfb3ad82ebe98a23a143726151836fc159d81b0f99b0
+ VERSION=0.6.0
+
SOURCE_HASH=sha512:006a2e05253712cf605ecabccdda63dd9325445f8d145d5e2432c4342332e652f318810997321849be131082db435d88143020fdc85268fba204586cf37eef0d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/google/cpu_features
diff --git a/libs/cpu_features/HISTORY b/libs/cpu_features/HISTORY
index 7125204..ea120e1 100644
--- a/libs/cpu_features/HISTORY
+++ b/libs/cpu_features/HISTORY
@@ -1,3 +1,6 @@
+2020-11-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.0
+
2020-06-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.4.1
spell created
diff --git a/printer/opencups/BUILD b/printer/opencups/BUILD
new file mode 100755
index 0000000..6922de6
--- /dev/null
+++ b/printer/opencups/BUILD
@@ -0,0 +1,19 @@
+# prevent install of init scripts and Mac OS X localization bundle dir
+OPTS="--without-rcdir --without-bundledir $OPTS" &&
+
+# set language options
+if [[ $EXTRA_LANG == n ]]; then
+ OPTS="--without-languages $OPTS"
+else
+ if [[ $CUPS_LANG == all ]]; then
+ OPTS="--with-languages $OPTS"
+ else
+ OPTS="--with-languages=$CUPS_LANG $OPTS"
+ fi
+fi &&
+
+OPTS="--libdir=$INSTALL_ROOT/usr/lib $CUPS_OPTS $OPTS" &&
+OPTS="$OPTS CC=gcc CXX=g++" &&
+OPTS+=" --disable-static" &&
+
+default_build
diff --git a/printer/opencups/CONFIGURE b/printer/opencups/CONFIGURE
new file mode 100755
index 0000000..42c6b5c
--- /dev/null
+++ b/printer/opencups/CONFIGURE
@@ -0,0 +1,17 @@
+. $GRIMOIRE/FUNCTIONS &&
+
+persistent_remove CUPS_VER &&
+
+config_query EXTRA_LANG "Do you want to build extra languages?" n
+
+if [[ $EXTRA_LANG == y ]]; then
+ config_query_list CUPS_LANG "Which additional language to install?" \
+ all de es fr ja pl sv
+fi &&
+
+config_query_option CUPS_OPTS \
+ "Do you want to enable raw printing" \
+ n \
+ '--enable-raw-printing' \
+ '--disable-raw-printing'
+
diff --git a/printer/opencups/CONFLICTS b/printer/opencups/CONFLICTS
new file mode 100755
index 0000000..674124d
--- /dev/null
+++ b/printer/opencups/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts gnulpr &&
+conflicts cups-old &&
+conflicts cups
diff --git a/printer/opencups/DEPENDS b/printer/opencups/DEPENDS
new file mode 100755
index 0000000..cda1213
--- /dev/null
+++ b/printer/opencups/DEPENDS
@@ -0,0 +1,47 @@
+depends zlib &&
+depends -sub CXX gcc &&
+depends pkgconfig &&
+
+depends shared-mime-info &&
+
+optional_depends avahi \
+ '--enable-avahi' \
+ '--disable-avahi' \
+ 'use Avahi Service Discovery' &&
+
+optional_depends mdnsresponder \
+ '--enable-dnssd' \
+ '--disable-dnssd' \
+ 'DNS Service Discovery' &&
+
+optional_depends libpaper \
+ '--enable-libpaper' \
+ '--disable-libpaper' \
+ 'Enable libpaper support' &&
+
+optional_depends "libusb" \
+ '--enable-libusb' \
+ '--disable-libusb' \
+ 'usb printers' &&
+optional_depends "dbus" \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "hardware notifications" &&
+
+optional_depends "linux-pam" \
+ "--enable-pam" \
+ "--disable-pam" \
+ "for pluggable authentication" &&
+
+optional_depends gnutls "--enable-gnutls" "--disable-gnutls --disable-ssl"
'security' &&
+
+optional_depends "acl" \
+ "--enable-acl"
\
+ "--disable-acl"
\
+ "for file system access control lists support" &&
+
+optional_depends krb5 '--enable-gssapi' '--disable-gssapi' 'GSSAPI support'
&&
+optional_depends systemd '--enable-systemd' '--disable-systemd' 'SystemD
support' &&
+
+suggest_depends ghostscript '' '' 'to print Postscript files'
+suggest_depends cups-filters '' '' 'extra backends and filters'
diff --git a/printer/opencups/DETAILS b/printer/opencups/DETAILS
new file mode 100755
index 0000000..3bf303a
--- /dev/null
+++ b/printer/opencups/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=opencups
+ SPELLX=cups
+ VERSION=2.3.3op1
+ SOURCE_HASH=sha512:
+ SECURITY_PATCH=13
+ SOURCE=$SPELLX-$VERSION-source.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=https://github.com/OpenPrinting/cups
+ SOURCE_URL[0]=$WEB_SITE/download ....
+ ENTERED=20201018
+ LICENSE[0]=APACHE
+ KEYWORDS="printer"
+ SHORT="Common Unix Printing System is a portable printing layer"
+cat << EOF
+OpenPrinting fork of Apple/Cups
+
+CUPS provides a portable printing layer for UNIX-based operating systems.
+It was developed to promote a standard printing solution. It is the standard
+printing system in Mac OS X and most Linux distributions.
+CUPS uses the Internet Printing Protocol ("IPP") as the basis for managing
+print jobs and queues and adds network printer browsing and PostScript
Printer
+Description ("PPD") based printing options to support real-world printing.
+EOF
diff --git a/printer/opencups/FINAL b/printer/opencups/FINAL
new file mode 100755
index 0000000..604cb27
--- /dev/null
+++ b/printer/opencups/FINAL
@@ -0,0 +1,2 @@
+default_final &&
+update-mime-database /usr/share/mime/
diff --git a/printer/opencups/HISTORY b/printer/opencups/HISTORY
new file mode 100644
index 0000000..2294cd1
--- /dev/null
+++ b/printer/opencups/HISTORY
@@ -0,0 +1,3 @@
+2020-10-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * cloned from cups spell
+
diff --git a/printer/opencups/POST_REMOVE b/printer/opencups/POST_REMOVE
new file mode 100755
index 0000000..8abcc90
--- /dev/null
+++ b/printer/opencups/POST_REMOVE
@@ -0,0 +1 @@
+update-mime-database /usr/share/mime/
diff --git a/printer/opencups/PROVIDES b/printer/opencups/PROVIDES
new file mode 100755
index 0000000..7c846a0
--- /dev/null
+++ b/printer/opencups/PROVIDES
@@ -0,0 +1 @@
+CUPS
diff --git a/printer/opencups/TRIGGERS b/printer/opencups/TRIGGERS
new file mode 100755
index 0000000..9b329f7
--- /dev/null
+++ b/printer/opencups/TRIGGERS
@@ -0,0 +1,6 @@
+
+if is_depends_enabled $SPELL linux-pam; then
+ on_cast linux-pam cast_self
+fi &&
+
+on_cast gnutls check_self
diff --git a/printer/opencups/init.d/cups b/printer/opencups/init.d/cups
new file mode 100755
index 0000000..c35f34e
--- /dev/null
+++ b/printer/opencups/init.d/cups
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+PROGRAM=/usr/sbin/cupsd
+RUNLEVEL=3
+if [ -x /usr/sbin/ptal-init ]; then
+ NEEDS="hpoj +network +remote_fs"
+elif [ -x /usr/sbin/hpiod ]; then
+ NEEDS="hplip +network +remote_fs"
+else
+ NEEDS="+network +remote_fs"
+fi
+
+. /etc/init.d/smgl_init
diff --git a/printer/opencups/xinetd.d/cups-lpd
b/printer/opencups/xinetd.d/cups-lpd
new file mode 100644
index 0000000..499073f
--- /dev/null
+++ b/printer/opencups/xinetd.d/cups-lpd
@@ -0,0 +1,11 @@
+service printer
+{
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = lp
+ group = lp
+ passenv =
+ server = /usr/lib/cups/daemon/cups-lpd
+ server_args = -o document-format=application/octet-stream
+}
diff --git a/python-pypi/gramps5/BUILD b/python-pypi/gramps5/BUILD
new file mode 100644
index 0000000..00a0e19
--- /dev/null
+++ b/python-pypi/gramps5/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --disable-mime-install" &&
+default_build
diff --git a/python-pypi/gramps5/DEPENDS b/python-pypi/gramps5/DEPENDS
new file mode 100755
index 0000000..60c6790
--- /dev/null
+++ b/python-pypi/gramps5/DEPENDS
@@ -0,0 +1,18 @@
+depends python3 &&
+depends sqlite &&
+depends pygobject3 &&
+#depends gobject-introspection &&
+#depends bsddb3 &&
+depends pyicu &&
+#depends librsvg2 &&
+depends xdg-utils &&
+#runtime_depends gobject-introspection
+#runtime_depends librsvg2
+#runtime_depends pango
+runtime_depends cairo
+#runtime_depends gtk+3
+suggest_depends freefont-ttf '' '' 'additional font support'
+#suggest_depends gtkspell '' '' 'spell checking in the notes' &&
+#suggest_depends gnome-python-desktop '' '' 'print/preview PS/PDF docs' &&
+#suggest_depends kgraphviewer4 '' '' 'view graphs in KDE4' &&
+#suggest_depends graphviz "" "" "create graphs"
diff --git a/python-pypi/gramps5/DETAILS b/python-pypi/gramps5/DETAILS
new file mode 100755
index 0000000..a5d347e
--- /dev/null
+++ b/python-pypi/gramps5/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=gramps5
+ SPELLX=gramps
+ VERSION=5.1.3
+
SOURCE_HASH=sha512:045d5dd6aac4745ce527624657bbee25b9130e63b1b66bdd6a8409cdc876f1f3a4a6c0435d433a62bfffb723f6ac66d93829b79fc12c8768694c266b7a3b82cc
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION//-?}
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
+ WEB_SITE=https://gramps-project.org
+ ENTERED=20201007
+ LICENSE[0]="GPL"
+# DOCS="FAQ NEWS README ChangeLog"
+ GATHER_DOCS=off
+ KEYWORDS="python gnome3"
+ SHORT="Gnome3 genealogy program written in Python"
+cat << EOF
+Gramps (Genealogical Research and Analysis Management Programming System)
+is an open source genealogy program. It is written in Python, using the
+GTK/GNOME interface.
+EOF
diff --git a/python-pypi/gramps5/FINAL b/python-pypi/gramps5/FINAL
new file mode 100755
index 0000000..5964b83
--- /dev/null
+++ b/python-pypi/gramps5/FINAL
@@ -0,0 +1 @@
+update-mime-database /usr/share/mime/
diff --git a/python-pypi/gramps5/HISTORY b/python-pypi/gramps5/HISTORY
new file mode 100644
index 0000000..6d544be
--- /dev/null
+++ b/python-pypi/gramps5/HISTORY
@@ -0,0 +1,3 @@
+2020-10-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.1.3
+ spell created
diff --git a/python-pypi/gramps5/POST_REMOVE b/python-pypi/gramps5/POST_REMOVE
new file mode 100755
index 0000000..5964b83
--- /dev/null
+++ b/python-pypi/gramps5/POST_REMOVE
@@ -0,0 +1 @@
+update-mime-database /usr/share/mime/
diff --git a/qt5/qtwebengine/CONFLICTS b/qt5/qtwebengine/CONFLICTS
new file mode 100755
index 0000000..4f6c7be
--- /dev/null
+++ b/qt5/qtwebengine/CONFLICTS
@@ -0,0 +1 @@
+conflicts minizip y
diff --git a/utils/procps-ng/PRE_BUILD b/utils/procps-ng/PRE_BUILD
new file mode 100755
index 0000000..c51d7b2
--- /dev/null
+++ b/utils/procps-ng/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e018e7b30d22171f19d3c91e1bb5e7a98fa078ef), Treeve Jelbert, 11/07/2020

Archive powered by MHonArc 2.6.24.

Top of Page