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
diff --git a/autogen.sh b/autogen.sh | |
index bec43fa..c0ef51d 100755 | |
--- a/autogen.sh | |
+++ b/autogen.sh | |
@@ -23,13 +23,12 @@ if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then | |
echo "Activated pre-commit hook." | |
fi | |
-GTKDOCIZE=$(which gtkdocize 2>/dev/null) | |
-if test -z $GTKDOCIZE; then |
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
#!/usr/bin/python | |
import getopt, dbus, sys, os | |
try: | |
import cairo | |
except ImportError: | |
cairo = None | |
def acquire_time_data(): |
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
#!/bin/sh | |
basearch=`rpmdb --showrc | awk '{ if($2=="_arch") print $3}'` | |
releasever=`rpm -q --qf "%{version}\n" --whatprovides redhat-release` | |
debug="false" | |
smart_channel="smart channel -y " | |
smart_mirror="smart mirror " | |
mirrors="false" | |
pre="false" |
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
# Compiled source # | |
################### | |
*.class | |
# OS generated files # | |
###################### | |
.DS_Store? | |
ehthumbs.db | |
Icon? | |
Thumbs.db |
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
I have been thinking a lot about making my own custom Linux distribution | |
(current working name is "BurgieOS" but this is just because of lack of inspiration) | |
BASICS | |
- User and admin focused | |
- Focus on | |
- Use new techniques (systemd, btrfs, ...) | |
- cut the (legacy) crap (compat layers are available in separate packages) | |
- Dare to be different (in a way it still works) |
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
# | |
# deb cdrom:[Debian GNU/Linux testing _Wheezy_ - Official Snapshot i386 DVD Binary-1 20110613-03:37]/ wheezy contrib main | |
deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free | |
deb-src http://ftp.de.debian.org/debian/ squeeze main contrib non-free | |
deb http://ftp.nl.debian.org/debian/ wheezy main contrib non-free | |
deb http://ftp.be.debian.org/debian/ wheezy main contrib non-free | |
deb-src http://ftp.nl.debian.org/debian/ wheezy main contrib non-free |
NewerOlder