Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8c07d7bc057c5c2947aa66920e839c499ed279c8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8c07d7bc057c5c2947aa66920e839c499ed279c8)
  • Date: Sat, 24 Aug 2019 20:11:58 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
crypto/pinentry-dmenu/BUILD | 1 +
crypto/pinentry-dmenu/DEPENDS | 8 ++++++++
crypto/pinentry-dmenu/DETAILS | 16 ++++++++++++++++
crypto/pinentry-dmenu/HISTORY | 2 ++
crypto/pinentry-dmenu/PRE_BUILD | 12 ++++++++++++
6 files changed, 43 insertions(+)

New commits:
commit 8c07d7bc057c5c2947aa66920e839c499ed279c8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pinentry-dmenu: new spell, pinentry program with the charm of dmenu

diff --git a/ChangeLog b/ChangeLog
index b666d2b..a51d3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-08-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * crypto/pinentry-dmenu: new spell, pinentry program with the charm of
+ dmenu
+
2019-08-20 Ismael Luceno <ismael AT sourcemage.org>
* devel/z3: new spell, The Z3 Theorem Prover
* devel/ocamlbuild: new spell, generic build tool
diff --git a/crypto/pinentry-dmenu/BUILD b/crypto/pinentry-dmenu/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/crypto/pinentry-dmenu/BUILD
@@ -0,0 +1 @@
+make
diff --git a/crypto/pinentry-dmenu/DEPENDS b/crypto/pinentry-dmenu/DEPENDS
new file mode 100755
index 0000000..d47b5b4
--- /dev/null
+++ b/crypto/pinentry-dmenu/DEPENDS
@@ -0,0 +1,8 @@
+depends libx11 &&
+depends libxinerama &&
+depends libxft &&
+depends fontconfig &&
+depends libconfig &&
+depends libassuan &&
+depends libgpg-error &&
+depends gpgme
diff --git a/crypto/pinentry-dmenu/DETAILS b/crypto/pinentry-dmenu/DETAILS
new file mode 100755
index 0000000..4f4efb2
--- /dev/null
+++ b/crypto/pinentry-dmenu/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pinentry-dmenu
+ VERSION=0.2.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/ritze/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:2dfce1b9a8a1bdec7266cddf16862b82912179d2923aeb9d8374f2df5405ac7e14a16723e3bc0b9acc78fe86f16ea6786cef421159294d1aec705781727244d7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/ritze/pinentry-dmenu
+ ENTERED=20190824
+ LICENSE[0]=GPL
+ KEYWORDS="menu pinentry"
+ SHORT="pinentry program with the charm of dmenu"
+cat << EOF
+pinentry-dmenu is a pinentry program with the charm of dmenu.
+
+This program is a fork from spine which is also a fork from dmenu.
+EOF
diff --git a/crypto/pinentry-dmenu/HISTORY b/crypto/pinentry-dmenu/HISTORY
new file mode 100644
index 0000000..99a74be
--- /dev/null
+++ b/crypto/pinentry-dmenu/HISTORY
@@ -0,0 +1,2 @@
+2019-08-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE_,}BUILD: created spell, version 0.2.1
diff --git a/crypto/pinentry-dmenu/PRE_BUILD b/crypto/pinentry-dmenu/PRE_BUILD
new file mode 100755
index 0000000..5191cf3
--- /dev/null
+++ b/crypto/pinentry-dmenu/PRE_BUILD
@@ -0,0 +1,12 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+#right install paths
+sedit "s/\/usr\/local/${INSTALL_ROOT}\/usr/" config.mk &&
+sedit "s/\${PREFIX}\/etc/${INSTALL_ROOT}\/etc/" config.mk &&
+
+sedit "s:^CXXFLAGS \+=:CXXFLAGS = ${CXXFLAGS} :" config.mk &&
+sedit "s:^CFLAGS \+=:CFLAGS = ${CFLAGS} :" config.mk &&
+sedit "s:^LDFLAGS \+=:LDFLAGS = ${LDFLAGS} :" config.mk &&
+
+sedit "s:/X11R6::" config.mk



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8c07d7bc057c5c2947aa66920e839c499ed279c8), Vlad Glagolev, 08/24/2019

Archive powered by MHonArc 2.6.24.

Top of Page