Browse Source

Chris Efant:


			
			
				rocklinux
			
			
		
Chris Efant 21 years ago
parent
commit
0556a2c1f1
11 changed files with 222 additions and 0 deletions
  1. +23
    -0
      package/sirkull/baghira/baghira.desc
  2. +7
    -0
      package/sirkull/blueglass/blueglass.conf
  3. +21
    -0
      package/sirkull/blueglass/blueglass.desc
  4. +10
    -0
      package/sirkull/crystal-icons-gnome/crystal-icons-gnome.conf
  5. +21
    -0
      package/sirkull/crystal-icons-gnome/crystal-icons-gnome.desc
  6. +10
    -0
      package/sirkull/noia-icons-gnome/noia-icons-gnome.conf
  7. +26
    -0
      package/sirkull/noia-icons-gnome/noia-icons-gnome.desc
  8. +10
    -0
      package/sirkull/noia-icons-kde/noia-icons-kde.conf
  9. +23
    -0
      package/sirkull/noia-icons-kde/noia-icons-kde.desc
  10. +40
    -0
      package/sirkull/qtcurve/qtcurve.desc
  11. +31
    -0
      package/sirkull/thin-keramik/thin-keramik.desc

+ 23
- 0
package/sirkull/baghira/baghira.desc

@ -0,0 +1,23 @@
[I] A KDE theme engine
[T] Baghira is based on the last release of Mosfet's Liquid.
[T]
[T] The interface is inspired by Mac OSX's Aqua.
[U] http://www.kde-look.org/content/show.php?content=8692
[A] Thomas Lübking <thomas.luebking@web.de>
[M] Chris Efant <rock@sirkull.org>
[C] extra/theme extra/desktop/kde
[L] GPL
[S] Stable
[V] 0.3o
[P] X -----5---9 633.000
[D] 2754187408 baghira-0.3o.tar.bz2 http://dl.sourceforge.net/sourceforge/baghira/
[O] . $base/package/*/*/kde-32.conf

+ 7
- 0
package/sirkull/blueglass/blueglass.conf

@ -0,0 +1,7 @@
tc_inst() {
mkdir -p $root/usr/X11/lib/X11/icons/BlueGlass/cursors
cp -rfv Blue/cursors/* $root/usr/X11/lib/X11/icons/BlueGlass/cursors
}
custmain=tc_inst

+ 21
- 0
package/sirkull/blueglass/blueglass.desc

@ -0,0 +1,21 @@
[I] A XFree cursor theme
[T] The same animated cursors as in my 'Golden Xcursors 3D' theme, but this
[T] time rendered with a bluish, transparent material.
[U] http://www.kde-look.org/content/show.php?content=5532
[A] ezteban
[M] Chris Efant <rock@sirkull.org>
[L] LGPL
[C] extra/icon
[S] Stable
[V] 0.4
[P] X -----5---9 275.000
[D] 1948396922 5532-BlueGlass-XCursors-3D-0.4.tar.bz2 http://www.kde-look.org/content/files/

+ 10
- 0
package/sirkull/crystal-icons-gnome/crystal-icons-gnome.conf

@ -0,0 +1,10 @@
. $base/package/*/*/gnome-24.conf
function crystal_gnome_custmain() {
tar $taropt $archdir/$xsrctar -C $root/$ROCKCFG_PKG_GNOME24_CORE_PREFIX/share/icons
}
custmain=crystal_gnome_custmain
autoextract=0

+ 21
- 0
package/sirkull/crystal-icons-gnome/crystal-icons-gnome.desc

@ -0,0 +1,21 @@
[I] The Crystal SVG Icon theme for GNOME
[T] This icon set is a GNOME port of KDE's Crystal SVG.
[T]
[T] These are the original Crystal icons re-done in SVG as a base, and
[T] exported to PNG.
[U] http://art.gnome.org/themes/icon/569.php
[A] Exdaix, Chromakode, Panic_69, and Tehmiller
[M] Chris Efant <rock@sirkull.org>
[C] extra/theme extra/desktop/gnome
[L] LGPL
[S] Stable
[V] 1.0
[P] X -----5---9 635.000
[D] 1223246029 ICON-Crystal-SVG-For-Gnome.tar.bz2 http://ftp.gnome.org/pub/GNOME/teams/art.gnome.org/themes/icon/

+ 10
- 0
package/sirkull/noia-icons-gnome/noia-icons-gnome.conf

@ -0,0 +1,10 @@
. $base/package/*/*/gnome-24.conf
function noia_gnome_custmain() {
tar $taropt $archdir/$xsrctar -C $root/$ROCKCFG_PKG_GNOME24_CORE_PREFIX/share/icons
}
custmain=noia_gnome_custmain
autoextract=0

+ 26
- 0
package/sirkull/noia-icons-gnome/noia-icons-gnome.desc

@ -0,0 +1,26 @@
[I] The NOIA Icon theme for GNOME
[T] Icon set for GNOME
[T]
[T] Complete iconset with around 600 original icons. It can be used as
[T] individual icons for X desktops, or as a complete iconset for GNOME.
[T]
[T] This is the full GNOME 2.x port of the Noia icon set by Carlitus. It
[T] includes some specially drawn GNOME-only and OpenOffice icons (made by
[T] the original artist) and all icon sizes for sharp drawing of magnified
[T] icons.
[U] http://www.kde-look.org/content/show.php?content=3883
[A] Carlitus
[M] Chris Efant <rock@sirkull.org>
[C] extra/theme extra/desktop/gnome
[L] LGPL
[S] Stable
[V] 1.0
[P] X -----5---9 635.000
[D] 2411207111 ICON-Noia-full-1.0.tar.bz2 http://ftp.gnome.org/pub/GNOME/teams/art.gnome.org/themes/icon/

+ 10
- 0
package/sirkull/noia-icons-kde/noia-icons-kde.conf

@ -0,0 +1,10 @@
. $base/package/*/*/kde-32.conf
function noia_kde_custmain() {
tar $taropt $archdir/$xsrctar -C $root/$ROCKCFG_PKG_KDE32_CORE_PREFIX/share/icons
}
custmain=noia_kde_custmain
autoextract=0

+ 23
- 0
package/sirkull/noia-icons-kde/noia-icons-kde.desc

@ -0,0 +1,23 @@
[I] The NOIA Icon theme for KDE
[T] Icon set for KDE 3.0 and KDE 3.1
[T]
[T] Complete iconset with around 600 original icons. It can be used as
[T] individual icons for X desktops, or as a complete iconset for KDE
[T] 3.0-3.1 or above (new KDE features will not be iconized at this moment).
[T] Please, read the 'readme' text file for more info.
[U] http://www.kde-look.org/content/show.php?content=3883
[A] Carlitus
[M] Chris Efant <rock@sirkull.org>
[C] extra/theme extra/desktop/kde
[L] LGPL
[S] Stable
[V] 1.00
[P] X -----5---9 635.000
[D] 2710501063 kde-icons-noia_1.0.orig.tar.gz http://ftp.debian.org/debian/pool/main/k/kde-icons-noia/

+ 40
- 0
package/sirkull/qtcurve/qtcurve.desc

@ -0,0 +1,40 @@
[I] A KDE theme engine based on RedHat's BlueCurve
[T] This is a set of widget styles for KDE, GTK1, and GTK2 based apps. The
[T] underlying code is based upon Blue/FreeCurve - however, *extensive*
[T] modifications have been made.
[T]
[T] The following is a list of some of the changes in this theme:
[T]
[T] * Use KDE colours/fonts - read in via ~/.qt/qtrc, a la Geramik
[T] * Better check and radio buttons - consistant between Qt, Gtk1, and
[T] Gtk2
[T] * Pushbuttons now depress
[T] * Comboboxes - fixed arrow size, and remove line from underneath arrow
[T] * New sliders
[T] * Draw box around splitter
[T] * Better KDE progress bar
[T] * More consistent spinboxes
[T] * Removed slashes - replaced with horiz/vert lines
[T] * New toolbar/menu bar handles
[T] * Shading of objects is now consistent between KDE and GTK apps -
[T] things like 3d frames, and pushbuttons, should now be exactly the
[T] same.
[U] http://www.kde-look.org/content/show.php?content=5065
[A] Craig Drummond
[M] Chris Efant <rock@sirkull.org>
[C] extra/theme extra/desktop/kde extra/desktop/gnome
[L] GPL
[S] Stable
[V] 0.20
[P] X -----5---9 633.000
[D] 430321196 QtCurve-0.20.tar.gz http://www.cpdrummond.freeuk.com/
[O] . $base/package/*/*/kde-32.conf

+ 31
- 0
package/sirkull/thin-keramik/thin-keramik.desc

@ -0,0 +1,31 @@
[I] A KDE theme engine
[T] This style is modified from keramik as follows:
[T]
[T] * Flat Menubar and Toolbar.
[T] * Scrollbar-slider color.(= Window-InactiveBackground)
[T] * Thin push-buttons and scrollbar.
[T] * Selected menu-Item effect.
[T] * Active menubar-Item effect.
[T] * Pixmaps of tabs.
[T] * Active tab effect.
[T] * Striped menu.
[T] * Smooth kicker.
[T] * Menu background image.
[U] http://www.kde-look.org/content/show.php?content=10919
[A] Arumi Kitajima <prefsx1@yahoo.co.jp>
[M] Chris Efant <rock@sirkull.org>
[C] extra/theme extra/desktop/kde
[L] GPL
[S] Stable
[V] 3.1.5a
[P] X -----5---9 633.000
[D] 3872036485 thinkeramik-3.1.5a.tar.gz http://prefsx1.hp.infoseek.co.jp/tk040420/
[O] . $base/package/*/*/kde-32.conf

Loading…
Cancel
Save