Skip to content

Instantly share code, notes, and snippets.

View hasufell's full-sized avatar
👀
Staring

Julian Ospald hasufell

👀
Staring
View GitHub Profile
--- spacefm-0.7.9/Makefile.am
+++ spacefm-0.7.9/Makefile.am
@@ -12,3 +12,9 @@
intltool-merge.in \
intltool-update.in
+if ICON_NOPIXMAPS
+all-local:
+ @echo
+ @echo "Don't forget to update your icon cache!"
--- /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.62.ebuild
+++ /usr/local/portage/games-fps/warsow/warsow-1.0.ebuild
@@ -1,52 +1,53 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.62.ebuild,v 1.3 2012/06/13 16:36:36 ago Exp $
+# $Header: $
-EAPI=2
-inherit eutils toolchain-funcs versionator games
@hasufell
hasufell / libRocket-9999:20120729-152614.log
Created July 29, 2012 15:37
build log for lloydw/libRocket
 * Package: dev-games/libRocket-9999
 * Repository: hasufell-overlay
 * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
 * FEATURES: ccache sandbox splitdebug test
>>> Unpacking source...
Cloning into bare repository '/home/distfiles/egit-src/libRocket.git'...
remote: Counting objects: 1746, done.
remote: Compressing objects: 0% (1/747) 
remote: Compressing objects: 1% (8/747) 
remote: Compressing objects: 2% (15/747) 
@hasufell
hasufell / gist:3241707
Created August 2, 2012 23:05
games-board/cockatrice-20120702.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit cmake-utils eutils gnome2-utils games
DESCRIPTION="An open-source multiplatform software for playing card games over a network"
HOMEPAGE="http://cockatrice.de/"
SRC_URI="http://cockatrice.de/files/${PN}_source_${PV}.tar.gz"
@hasufell
hasufell / phase-helpers.sh.patch
Created August 4, 2012 21:06
implement bug 379497
--- phase-helpers.sh
+++ phase-helpers.sh
@@ -420,13 +420,20 @@
done
fi
- # EAPI=4 adds --disable-dependency-tracking to econf
- if ! has "$EAPI" 0 1 2 3 3_pre2 && \
- "${ECONF_SOURCE}/configure" --help 2>/dev/null | \
- grep -q disable-dependency-tracking ; then
@hasufell
hasufell / gist:3274385
Created August 6, 2012 13:11
retrobattle-1.0.0.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit eutils games
MY_P="${PN}-src-${PV}"
DESCRIPTION="A NES-like platform arcade game"
HOMEPAGE="http://remar.se/andreas/retrobattle/"
@hasufell
hasufell / gist:3285797
Created August 7, 2012 14:27
openra-20120721 build log
$ make -j2
resgen2 OpenRA.TilesetBuilder/frmBuilder.resx OpenRA.TilesetBuilder.frmBuilder.resources 1> /dev/null
CSC fixheader.exe
resgen2 OpenRA.TilesetBuilder/frmNew.resx OpenRA.TilesetBuilder.frmNew.resources 1> /dev/null
resgen2 OpenRA.TilesetBuilder/Surface.resx OpenRA.TilesetBuilder.Surface.resources 1> /dev/null
CSC OpenRA.FileFormats.dll
CSC OpenRA.Game.exe
CSC OpenRA.Renderer.SdlCommon.dll
CSC OpenRA.Renderer.Null.dll
CSC RALint.exe
@hasufell
hasufell / gist:3289003
Created August 7, 2012 20:23
tmw-20120727.ebuild
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils gnome2-utils games
MY_PN=${PN}-branding
MY_P=${MY_PN}-${PV}
--- src/stdafx.cpp.old 2009-09-02 12:08:57.000000000 +0200
+++ src/stdafx.cpp 2012-08-08 14:27:48.000000000 +0200
@@ -25,6 +25,7 @@
*/
#include "stdafx.h"
+#include <stdio.h>
namespace TA3D
{
@hasufell
hasufell / gist:3306893
Created August 9, 2012 18:35
games-strategy/dunelegacy-0.96.2.ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit autotools eutils gnome2-utils games
DESCRIPTION="Updated clone of Westood Studios' Dune2"
HOMEPAGE="http://dunelegacy.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"