Skip to content

Instantly share code, notes, and snippets.

View hasufell's full-sized avatar
👀
Staring

Julian Ospald hasufell

👀
Staring
View GitHub Profile
 * Package: x11-misc/spacefm-9999
 * Repository: hasufell-overlay
 * Maintainer: [email protected]
 * Upstream: [email protected] https://github.com/IgnorantGuru/spacefm/issues
 * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
 * FEATURES: ccache installsources sandbox splitdebug test
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found kernel object directory:
@hasufell
hasufell / minetest-0.4.3.ebuild
Created September 5, 2012 18:01
minetest-0.4.3.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils cmake-utils gnome2-utils git-2 games
DESCRIPTION="Building single/multiplayer engine similar to Minecraft"
HOMEPAGE="http://c55.me/minetest/"
SRC_URI=""
@hasufell
hasufell / minetest_game-0.4.3.ebuild
Created September 5, 2012 18:01
minetest_game-0.4.3.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit git-2 games
DESCRIPTION="Building single/multiplayer game similar to Minecraft"
HOMEPAGE="http://c55.me/minetest/"
SRC_URI=""
--- configure.ac
+++ configure.ac
@@ -26,7 +26,8 @@
AC_CHECK_LIB(X11, XClearWindow)
gtk_modules="gtk+-2.0 >= 2.24.0 \
- gthread-2.0"
+ gthread-2.0 \
+ gobject-2.0 >= 2.32.0"
PKG_CHECK_MODULES(GTK, [$gtk_modules])
@hasufell
hasufell / setuptools-0.6.21-r1.ebuild
Created September 6, 2012 16:10
setuptools-0.6.21-r1.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.21.ebuild,v 1.9 2012/02/13 18:34:45 xarthisius Exp $
EAPI=4
inherit python python-distutils-ng eutils
MY_PN="distribute"
MY_P="${MY_PN}-${PV}"
@hasufell
hasufell / Babel-0.9.6.ebuild
Created September 6, 2012 16:35
Babel-0.9.6-r1.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/Babel/Babel-0.9.6.ebuild,v 1.9 2012/05/09 00:15:16 aballier Exp $
EAPI=4
PYTHON_COMPAT="python2_6 python2_7"
inherit python-distutils-ng
@hasufell
hasufell / minetest-0.4.3.ebuild
Created September 8, 2012 19:52
minetest-0.4.3.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils cmake-utils gnome2-utils vcs-snapshot games
MY_P=${PN}_game-${PV}
DESCRIPTION="Building single/multiplayer game similar to Minecraft"
HOMEPAGE="http://c55.me/minetest/"
@hasufell
hasufell / minetest_game-0.4.3.ebuild
Created September 8, 2012 19:52
minetest_game-0.4.3.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit vcs-snapshot games
DESCRIPTION="Building single/multiplayer game similar to Minecraft"
HOMEPAGE="http://c55.me/minetest/"
SRC_URI="http://github.com/celeron55/minetest_game/tarball/${PV} -> ${P}.tar.gz"
@hasufell
hasufell / touchegg-1.1.ebuild
Created September 11, 2012 09:31
touchegg-1.1.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit qt4-r2
DESCRIPTION="Multitouch gesture recognizer"
HOMEPAGE="https://code.google.com/p/touchegg"
@hasufell
hasufell / pdf2htmlEX-flags.patch
Created September 23, 2012 11:21
use build types to handle flags
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -1,3 +1,7 @@
+# leave this above project(pdf2htmlEX)
+# set default build type to Release
+set(CMAKE_BUILD_TYPE Release CACHE STRING "Build configuration (Debug, Release, RelWithDebInfo, MinSizeRel)")
+
project(pdf2htmlEX)
cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)