summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/giblib/DEPENDS6
-rwxr-xr-xgraphics-libs/giblib/DETAILS18
-rw-r--r--graphics-libs/giblib/HISTORY39
-rwxr-xr-xgraphics-libs/giblib/PRE_BUILD5
4 files changed, 0 insertions, 68 deletions
diff --git a/graphics-libs/giblib/DEPENDS b/graphics-libs/giblib/DEPENDS
deleted file mode 100755
index 33cbe2bc4f..0000000000
--- a/graphics-libs/giblib/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends freetype2 &&
-depends harfbuzz &&
-depends imlib2 &&
-depends libpng &&
-depends libx11 &&
-depends libxext
diff --git a/graphics-libs/giblib/DETAILS b/graphics-libs/giblib/DETAILS
deleted file mode 100755
index 1fc09e7e9d..0000000000
--- a/graphics-libs/giblib/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- SPELL=giblib
- VERSION=1.2.4
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://linuxbrit.co.uk/downloads/$SOURCE
- WEB_SITE=http://linuxbrit.co.uk/giblib/
- ENTERED=20011101
- SOURCE_HASH=sha512:4866df223e6d219a5c9a327874bcd67260c83fba8f99862222df41ef86fb31efa0172a777bf46c853ca380dc2a64bbd41bf4fd658fcb84a924cab4e0f525dcfd
- LICENSE[0]=GPL
- KEYWORDS="graphics libs"
- PATCHLEVEL=1
- SHORT="library used with feh"
-cat << EOF
-Giblib is a library that feh uses as a wrapper to imlib2. The wrapper
-does 2 things, gives you access to fontstyles which can be loadedfrom
-files or defined dynamicly through the API, it also and more importantly
-wraps imlib2's context API.
-EOF
diff --git a/graphics-libs/giblib/HISTORY b/graphics-libs/giblib/HISTORY
deleted file mode 100644
index 888870d5ad..0000000000
--- a/graphics-libs/giblib/HISTORY
+++ /dev/null
@@ -1,39 +0,0 @@
-2019-08-11 Ismael Luceno <ismael@sourcemage.org>
- * PRE_BUILD: Fixed build against musl
-
-2014-09-25 Remko van der Vossen <wich@sourcemage.org>
- * DEPENDS: harfbuzz, libpng
-
-2014-09-09 Remko van der Vossen <wich@sourcemage.org>
- * DEPENDS: freetype2, libx11, libxext
-
-2008-03-18 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: No need to check if using modular X as that's all that's
- available now
-
-2006-11-21 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
- * PRE_BUILD: added to fix docs install paths
- * DETAILS: patchlevel++
-
-2006-08-16 Pieter Lenaerts <e-type@sourcemage.org>
- * added BUILD: needs include CFLAG for old xorg
-
-2006-04-30 Robin Cook <rcook@wyrms.net>
- * DETAILS: updated SOURCE_URL and WEB_SITE
-
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-09-07 Ladislav Hagara <hgr@vabo.cz>
- * DETAILS: VERSION=1.2.4, BUILD_API=2
- reformatted, removed MAINTAINER
-
-2002-02-03 Unet <unet@sourcemage.org>
- * BUMP 1.2.3
-
-2002-06-12 Unet <unet@sourcemage.org>
- * Created this.
-
diff --git a/graphics-libs/giblib/PRE_BUILD b/graphics-libs/giblib/PRE_BUILD
deleted file mode 100755
index ff1dda57f0..0000000000
--- a/graphics-libs/giblib/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sedit '98s/prefix/datadir/' Makefile.in &&
-sedit '6s/prefix/datadir/' Makefile.am &&
-sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub