diff --git a/xorg/fontconfig/build b/xorg/fontconfig/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/fontconfig/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/fontconfig/checksums b/xorg/fontconfig/checksums new file mode 100644 index 00000000..41aff956 --- /dev/null +++ b/xorg/fontconfig/checksums @@ -0,0 +1 @@ +84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550 pixman-0.38.4.tar.bz2 diff --git a/xorg/fontconfig/depends b/xorg/fontconfig/depends new file mode 100644 index 00000000..452cbd9d --- /dev/null +++ b/xorg/fontconfig/depends @@ -0,0 +1,2 @@ +expat +freetype diff --git a/xorg/fontconfig/licenses b/xorg/fontconfig/licenses new file mode 100644 index 00000000..66392b13 --- /dev/null +++ b/xorg/fontconfig/licenses @@ -0,0 +1,28 @@ +fontconfig/COPYING + +Copyright © 2000,2001,2002,2003,2004,2006,2007 Keith Packard +Copyright © 2005 Patrick Lam +Copyright © 2009 Roozbeh Pournader +Copyright © 2008,2009 Red Hat, Inc. +Copyright © 2008 Danilo Šegan +Copyright © 2012 Google, Inc. + + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of the author(s) not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. The authors make no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + diff --git a/xorg/fontconfig/sources b/xorg/fontconfig/sources new file mode 100644 index 00000000..c1feb417 --- /dev/null +++ b/xorg/fontconfig/sources @@ -0,0 +1 @@ +https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.91.tar.xz diff --git a/xorg/fontconfig/version b/xorg/fontconfig/version new file mode 100644 index 00000000..931329fe --- /dev/null +++ b/xorg/fontconfig/version @@ -0,0 +1 @@ +2.13.91 1 diff --git a/xorg/st/build b/xorg/st/build new file mode 100755 index 00000000..1f18ba6c --- /dev/null +++ b/xorg/st/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +sed -i 's|Liberation Mono|Monospace|g' config.def.h + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/st/checksums b/xorg/st/checksums new file mode 100644 index 00000000..5643a2f4 --- /dev/null +++ b/xorg/st/checksums @@ -0,0 +1 @@ +aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35 st-0.8.2.tar.gz diff --git a/xorg/st/depends b/xorg/st/depends new file mode 100644 index 00000000..ecd328c3 --- /dev/null +++ b/xorg/st/depends @@ -0,0 +1,4 @@ +fontconfig make +libX11 make +libXft make +ncurses make diff --git a/xorg/st/licenses b/xorg/st/licenses new file mode 100644 index 00000000..c356c39d --- /dev/null +++ b/xorg/st/licenses @@ -0,0 +1,34 @@ +MIT/X Consortium License + +© 2014-2018 Hiltjo Posthuma +© 2018 Devin J. Pohly +© 2014-2017 Quentin Rameau +© 2009-2012 Aurélien APTEL +© 2008-2017 Anselm R Garbe +© 2012-2017 Roberto E. Vargas Caballero +© 2012-2016 Christoph Lohmann <20h at r-36 dot net> +© 2013 Eon S. Jeon +© 2013 Alexander Sedov +© 2013 Mark Edgar +© 2013-2014 Eric Pruitt +© 2013 Michael Forney +© 2013-2014 Markus Teich +© 2014-2015 Laslo Hunhold + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/xorg/st/sources b/xorg/st/sources new file mode 100644 index 00000000..7f853f09 --- /dev/null +++ b/xorg/st/sources @@ -0,0 +1 @@ +https://dl.suckless.org/st/st-0.8.2.tar.gz diff --git a/xorg/st/version b/xorg/st/version new file mode 100644 index 00000000..1458cd1d --- /dev/null +++ b/xorg/st/version @@ -0,0 +1 @@ +0.8.2 1