Skip to Content.
Sympa Menu

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

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 (8c21143308bf415ca389696a34b87b3f5d3edd22)
  • Date: Mon, 9 May 2016 07:24:24 +0000

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

ChangeLog | 3 +++
fonts-x11/geo-sans-light/BUILD | 1 +
fonts-x11/geo-sans-light/DEPENDS | 1 +
fonts-x11/geo-sans-light/DETAILS | 15 +++++++++++++++
fonts-x11/geo-sans-light/HISTORY | 2 ++
fonts-x11/geo-sans-light/INSTALL | 2 ++
fonts-x11/geo-sans-light/PRE_BUILD | 3 +++
xorg-lib/libxkbcommon/DEPENDS | 1 +
xorg-lib/libxkbcommon/DETAILS | 4 ++--
xorg-lib/libxkbcommon/HISTORY | 4 ++++
10 files changed, 34 insertions(+), 2 deletions(-)

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

geo-sans-light - added font

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

libxkbcommon: => 0.6.1

diff --git a/ChangeLog b/ChangeLog
index e4bb3f7..1741617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-05-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * x11-fonts/geo-sans-light: added
+
2016-05-05 Vlad Glagolev <stealth AT sourcemage.org>
* devel/tk: moved to x11-toolkits

diff --git a/fonts-x11/geo-sans-light/BUILD b/fonts-x11/geo-sans-light/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts-x11/geo-sans-light/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/geo-sans-light/DEPENDS
b/fonts-x11/geo-sans-light/DEPENDS
new file mode 100755
index 0000000..9f16f82
--- /dev/null
+++ b/fonts-x11/geo-sans-light/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY/X11_DEPENDS"
diff --git a/fonts-x11/geo-sans-light/DETAILS
b/fonts-x11/geo-sans-light/DETAILS
new file mode 100755
index 0000000..bf2e08e
--- /dev/null
+++ b/fonts-x11/geo-sans-light/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=geo-sans-light
+ SPELLX=geo_sans_light
+ VERSION=20160506
+
SOURCE_HASH=sha512:8f539d5f970c474ef3685a5605ce224665ef4a26ed6ec7d99846fb59137e2d11261a04bf9945aab3c6ab77d08ee8a9c91a5898fbf7f660644c008d2be6994868
+ SOURCE=$SPELL.zip
+ DOCS="README LICENSE AUTHORS NEWS BUGS *.txt"
+ SOURCE_URL[0]=http://dl.dafont.com/dl/\?f=$SPELLX
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ WEB_SITE=http://www.dafont.com/geo-sans-light.font
+ LICENSE[0]="OFL"
+ KEYWORDS="fonts ttf"
+ SHORT="font"
+cat << EOF
+lightweight Sans Serif font
+EOF
diff --git a/fonts-x11/geo-sans-light/HISTORY
b/fonts-x11/geo-sans-light/HISTORY
new file mode 100644
index 0000000..9764397
--- /dev/null
+++ b/fonts-x11/geo-sans-light/HISTORY
@@ -0,0 +1,2 @@
+2016-05-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * ALL: spell created.
diff --git a/fonts-x11/geo-sans-light/INSTALL
b/fonts-x11/geo-sans-light/INSTALL
new file mode 100755
index 0000000..d2f15e6
--- /dev/null
+++ b/fonts-x11/geo-sans-light/INSTALL
@@ -0,0 +1,2 @@
+install -vm 755 -d "$INSTALL_ROOT/usr/share/fonts/TTF" &&
+install -vm 644 *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
diff --git a/fonts-x11/geo-sans-light/PRE_BUILD
b/fonts-x11/geo-sans-light/PRE_BUILD
new file mode 100755
index 0000000..fee3737
--- /dev/null
+++ b/fonts-x11/geo-sans-light/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file
diff --git a/xorg-lib/libxkbcommon/DEPENDS b/xorg-lib/libxkbcommon/DEPENDS
index 9616e52..2fcbfec 100755
--- a/xorg-lib/libxkbcommon/DEPENDS
+++ b/xorg-lib/libxkbcommon/DEPENDS
@@ -1,5 +1,6 @@
depends pkgconfig &&
depends bison &&
depends libtool &&
+depends libxcb &&
depends util-macros &&
depends xkeyboard-config
diff --git a/xorg-lib/libxkbcommon/DETAILS b/xorg-lib/libxkbcommon/DETAILS
index a682af9..8c7b51e 100755
--- a/xorg-lib/libxkbcommon/DETAILS
+++ b/xorg-lib/libxkbcommon/DETAILS
@@ -1,6 +1,6 @@
SPELL=libxkbcommon
- VERSION=0.6.0
-SOURCE_HASH=sha512:b70ff4b3b85f03cc2875622ccfa60ba6f1b86a07be90df8be73b867771dd08a85740df95fe8dfef2bacf4356a6dfc9c51523ec6ce60d197184860577b39586c4
+ VERSION=0.6.1
+SOURCE_HASH=sha512:5eab309d711ef3f4ce6d98ddd72f7f67fb6374eeea5fa13d37019830847a48a100d5b61b0312787966020c85b180b3ee8a5fd8e7acd3a8a9220ca53dcc411370
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=http://xkbcommon.org/download/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/xorg-lib/libxkbcommon/HISTORY b/xorg-lib/libxkbcommon/HISTORY
index 27660fe..84371fb 100644
--- a/xorg-lib/libxkbcommon/HISTORY
+++ b/xorg-lib/libxkbcommon/HISTORY
@@ -1,3 +1,7 @@
+2016-05-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.1
+ * DEPENDS: add libxcb
+
2016-03-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.6.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8c21143308bf415ca389696a34b87b3f5d3edd22), Treeve Jelbert, 05/09/2016

Archive powered by MHonArc 2.6.24.

Top of Page