This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[32;01m * [39;49;00mPackage: x11-misc/spacefm-9999 | |
[32;01m * [39;49;00mRepository: hasufell-overlay | |
[32;01m * [39;49;00mMaintainer: [email protected] | |
[32;01m * [39;49;00mUpstream: [email protected] https://github.com/IgnorantGuru/spacefm/issues | |
[32;01m * [39;49;00mUSE: amd64 elibc_glibc kernel_linux multilib test userland_GNU | |
[32;01m * [39;49;00mFEATURES: ccache installsources sandbox splitdebug test | |
[32;01m*[0m Determining the location of the kernel source code | |
[32;01m*[0m Found kernel source directory: | |
[32;01m*[0m /usr/src/linux | |
[32;01m*[0m Found kernel object directory: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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) | |