summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-06 00:19:32 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-06 00:19:32 +0200
commit404623bf68d45bb2322fdc6fbde0b203fa9c21da (patch)
tree68c1f27ebc5fc61349bbab419f8e351b387714af /profiles
parent51a6325d4cab9fccc0b0a1841e8c3e398e51ca7b (diff)
downloadgentoo-personal-overlay-404623bf68d45bb2322fdc6fbde0b203fa9c21da.tar.gz
gentoo-personal-overlay-404623bf68d45bb2322fdc6fbde0b203fa9c21da.tar.bz2
gentoo-personal-overlay-404623bf68d45bb2322fdc6fbde0b203fa9c21da.zip
Add global USE flags
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults4
-rw-r--r--profiles/base/package.use2
-rw-r--r--profiles/desktop/make.defaults5
-rw-r--r--profiles/desktop/package.use5
4 files changed, 14 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
new file mode 100644
index 0000000..3fec75c
--- /dev/null
+++ b/profiles/base/make.defaults
@@ -0,0 +1,4 @@
+# vim:ft=gentoo-make-conf
+USE="unicode spell ssl ipv6 threads inotify libnotify dbus udev"
+USE="$USE ncurses readline"
+USE="$USE curl"
diff --git a/profiles/base/package.use b/profiles/base/package.use
index be1f85a..ad61f14 100644
--- a/profiles/base/package.use
+++ b/profiles/base/package.use
@@ -2,7 +2,7 @@
sys-apps/busybox static
# Vim
-app-editors/vim perl python vim-pager cscope
+app-editors/vim perl python vim-pager cscope gpm
# Python
dev-lang/python:2.7 sqlite
# PNG
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults
new file mode 100644
index 0000000..f72b8c4
--- /dev/null
+++ b/profiles/desktop/make.defaults
@@ -0,0 +1,5 @@
+# vim:ft=gentoo-make-conf
+USE="gtk X"
+USE="$USE xcb"
+USE="$USE pulseaudio alsa gstreamer ffmpeg sdl opengl pango "
+USE="$USE apng png mp3 svg flac jpeg mpeg ogg xvid truetype tiff xml vorbis x264 xml xv a52 cdda dts dvd taglib"
diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use
index 9d977ee..c06a182 100644
--- a/profiles/desktop/package.use
+++ b/profiles/desktop/package.use
@@ -1,3 +1,6 @@
+# XCB keyboard extension for libxcb
+x11-libs/libxcb xkb
+
# Pulseaudio (systemwide)
media-sound/pulseaudio alsa alsa-plugin bluetooth system-wide
@@ -22,5 +25,5 @@ dev-ml/lablgl glut
media-libs/gd jpeg png
# Qt
-dev-qt/qtgui gtkstyle
+dev-qt/qtgui gtkstyle xcb
dev-libs/libpcre pcre16