# HG changeset patch # User Aleksej Bobylev # Date 1365089968 0 # Node ID 68d68791ced58f8193b424ea4115a8a2ede71253 # Parent 19258b949c1b098dbd16393a9a399671fd38f784 ADD: cantarell-fonts, gtk2-engine-murrine (former murrine), libunique-gtk3; TINY EDITS: gobject-introspection, gtk3-engine-solidity, gtk3-engine-unico*, libnotify-gtk3, libxklavier, lxpanel; UP: lightdm* 1.5.3, midori 0.4.9 diff -r 19258b949c1b -r 68d68791ced5 cantarell-fonts/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cantarell-fonts/description.txt Thu Apr 04 15:39:28 2013 +0000 @@ -0,0 +1,12 @@ +The Cantarell font family is designed as a contemporary Humanist sans serif and +is particularly designed for on-screen reading on mobile devices at small sizes, +such as phones and tablets. + +This is the open font officially chosen by default for the GNOME 3 desktop and +for Fedora branding materials. + +Regular and bold weights are provided for now. Italics are planned. + +Each font file currently contains 391 glyphs, and fully support the following +writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, +Central European, Dutch and Afrikaans. diff -r 19258b949c1b -r 68d68791ced5 cantarell-fonts/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cantarell-fonts/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="cantarell-fonts" +VERSION="0.0.12" +CATEGORY="x-window" +SHORT_DESC="Sans serif font family designed for on-screen readability" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="SIL OFL1.1" +WEB_SITE="https://live.gnome.org/CantarellFonts" +TARBALL="$PACKAGE-$VERSION.tar.xz" +SERIES="$(echo $VERSION | cut -d. -f1,2)" +WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" +TAGS="font" + +DEPENDS="fontconfig" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --with-configdir=/etc/fonts/conf.avail \ + --with-fontdir=/usr/share/fonts/truetype/cantarell \ + $CONFIGURE_ARGS && + make && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r 19258b949c1b -r 68d68791ced5 gobject-introspection/receipt --- a/gobject-introspection/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/gobject-introspection/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -7,8 +7,8 @@ MAINTAINER="pankso@slitaz.org" WEB_SITE="http://live.gnome.org/GObjectInstrospection" TARBALL="$PACKAGE-$VERSION.tar.xz" -HI_VERSION=$(echo $VERSION | cut -d. -f1,2) -WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL" +SERIES=$(echo $VERSION | cut -d. -f1,2) +WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" DEPENDS="libgio" BUILD_DEPENDS="flex bison glib-dev python-dev libgio-dev libffi-dev cairo-dev" diff -r 19258b949c1b -r 68d68791ced5 gtk2-engine-murrine/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk2-engine-murrine/description.txt Thu Apr 04 15:39:28 2013 +0000 @@ -0,0 +1,3 @@ +Murrine is an Italian word meaning the glass artworks done by Venicians glass +blowers. Murrine Engine is a Gtk2 engine that will make your desktop look like +a beautiful Murrina (which is the italian singular of Murrine). diff -r 19258b949c1b -r 68d68791ced5 gtk2-engine-murrine/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk2-engine-murrine/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="gtk2-engine-murrine" +VERSION="0.98.2" +CATEGORY="x-window" +SHORT_DESC="GTK2 engine to make your desktop look like a murrina" +MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" +WEB_SITE="http://www.cimitan.com/murrine" +TARBALL="murrine-$VERSION.tar.xz" +WGET_URL="$GNOME_MIRROR/murrine/0.98/$TARBALL" +TAGS="gtk2" + +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev libxml2-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --disable-static \ + --enable-animation \ + $CONFIGURE_ARGS && + make && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share $fs/usr + find $fs -name '*.la' -delete +} + diff -r 19258b949c1b -r 68d68791ced5 gtk3-engine-solidity/receipt --- a/gtk3-engine-solidity/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/gtk3-engine-solidity/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -9,6 +9,7 @@ WEB_SITE="http://gnome-look.org/content/show.php/solidity+gtk3+engine?content=142331" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://gnome-look.org/CONTENT/content-files/142331-solidity-$VERSION.tar.bz2" +TAGS="gtk3" DEPENDS="gtk+3" BUILD_DEPENDS="vala glib-dev gtk+3-dev" diff -r 19258b949c1b -r 68d68791ced5 gtk3-engine-unico-dev/receipt --- a/gtk3-engine-unico-dev/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/gtk3-engine-unico-dev/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Development files for Unico" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" +LICENSE="LGPL3" WEB_SITE="https://launchpad.net/unico" WANTED="gtk3-engine-unico" diff -r 19258b949c1b -r 68d68791ced5 gtk3-engine-unico/receipt --- a/gtk3-engine-unico/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/gtk3-engine-unico/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -5,11 +5,12 @@ CATEGORY="x-window" SHORT_DESC="Unico GTK3 theme engine" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" +LICENSE="LGPL3" WEB_SITE="https://launchpad.net/unico" SOURCE="unico" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://launchpad.net/unico/1.0/$VERSION/+download/$TARBALL" +TAGS="gtk3" DEPENDS="gtk+3" BUILD_DEPENDS="gtk+3-dev wget" @@ -18,7 +19,8 @@ compile_rules() { ./configure \ - --enable-debug=no \ + --disable-static \ + --disable-debug \ $CONFIGURE_ARGS && make && make install diff -r 19258b949c1b -r 68d68791ced5 libnotify-gtk3/receipt --- a/libnotify-gtk3/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/libnotify-gtk3/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -6,10 +6,10 @@ SHORT_DESC="Sends desktop notifications to a notification daemon (GTK+3)" MAINTAINER="al.bobylev@gmail.com" SOURCE="libnotify" -HI_VERSION=$(echo $VERSION | cut -d. -f1,2) TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://developer-next.gnome.org/libnotify/" -WGET_URL="$GNOME_MIRROR/$SOURCE/$HI_VERSION/$TARBALL" +SERIES=$(echo $VERSION | cut -d. -f1,2) +WGET_URL="$GNOME_MIRROR/$SOURCE/$SERIES/$TARBALL" TAGS="gtk3" DEPENDS="gdk-pixbuf" diff -r 19258b949c1b -r 68d68791ced5 libunique-gtk3-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libunique-gtk3-dev/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="libunique-gtk3-dev" +VERSION="3.0.2" +CATEGORY="development" +SHORT_DESC="Development files for LibUnique" +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://live.gnome.org/LibUnique" + +WANTED="libunique-gtk3" +DEPENDS="libunique-gtk3 gtk+3-dev dbus-glib-dev" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p \ + $fs/usr/lib \ + $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/girepository* $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.la $fs/usr/lib + cp -a $install/usr/share/gir* $fs/usr/share +} diff -r 19258b949c1b -r 68d68791ced5 libunique-gtk3/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libunique-gtk3/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="libunique-gtk3" +VERSION="3.0.2" +CATEGORY="development" +SHORT_DESC="Create single instance applications" +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://live.gnome.org/LibUnique" +SOURCE="libunique" +TARBALL="$SOURCE-$VERSION.tar.xz" +WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*}/$TARBALL" +TAGS="gtk3" + +DEPENDS="dbus-glib gtk+3" +BUILD_DEPENDS="glib-dev gtk+3-dev dbus-glib-dev gobject-introspection-dev \ +libxml2-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --disable-static \ + --enable-debug=no \ + --disable-gtk-doc \ + $CONFIGURE_ARGS && + make && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib +} + diff -r 19258b949c1b -r 68d68791ced5 libxklavier/receipt --- a/libxklavier/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/libxklavier/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" WEB_SITE="http://freedesktop.org/wiki/Software/LibXklavier" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="$SF_MIRROR/gswitchit/libxklavier/5.0/$TARBALL" +WGET_URL="$SF_MIRROR/gswitchit/libxklavier/$VERSION/$TARBALL" DEPENDS="glib xorg-libXi xorg-libxkbfile" BUILD_DEPENDS="libxml2-dev glib-dev xorg-xkbcomp iso-codes" diff -r 19258b949c1b -r 68d68791ced5 lightdm-dev/receipt --- a/lightdm-dev/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/lightdm-dev/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lightdm-dev" -VERSION="1.5.1" +VERSION="1.5.3" CATEGORY="development" SHORT_DESC="Development files for lightdm" MAINTAINER="al.bobylev@gmail.com" diff -r 19258b949c1b -r 68d68791ced5 lightdm/receipt --- a/lightdm/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/lightdm/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lightdm" -VERSION="1.5.1" +VERSION="1.5.3" CATEGORY="system-tools" SHORT_DESC="A lightweight display manager" MAINTAINER="al.bobylev@gmail.com" @@ -10,6 +10,8 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://launchpad.net/$PACKAGE/1.6/$VERSION/+download/$TARBALL" HELP="https://wiki.archlinux.org/index.php/LightDM" +CONFIG_FILES="/etc/init/lightdm.conf /etc/lightdm/keys.conf \ +/etc/lightdm/lightdm.conf /etc/lightdm/users.conf" DEPENDS="libgcrypt libgio libxklavier pam xorg-libX11" BUILD_DEPENDS="gobject-introspection-dev pam-dev itstool libxklavier-dev \ diff -r 19258b949c1b -r 68d68791ced5 lxpanel/receipt --- a/lxpanel/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/lxpanel/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -10,8 +10,8 @@ WGET_URL="$SF_MIRROR/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20$VERSION/$TARBALL" CONFIG_FILES="/etc/lxpanel/default" -# drop: slitaz-icon lxsession DEPENDS="alsa-lib gtk+ libwnck menu-cache wireless_tools" +SUGGESTED="lxsession slitaz-icon" BUILD_DEPENDS="gtk+-dev menu-cache-dev libwnck-dev alsa-lib-dev \ wireless_tools-dev libxml2-dev lxmenu-data" TAGS="gtk2 panel" diff -r 19258b949c1b -r 68d68791ced5 midori/receipt --- a/midori/receipt Thu Apr 04 11:19:19 2013 +0200 +++ b/midori/receipt Thu Apr 04 15:39:28 2013 +0000 @@ -1,51 +1,63 @@ # SliTaz package receipt. PACKAGE="midori" -VERSION="0.4.8" +VERSION="0.4.9" CATEGORY="x-window" -SHORT_DESC="Light Web Browse using GTK+/WebKit." +SHORT_DESC="Lightweight web browser based on GTK+/WebKit" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://software.twotoasts.de/?page=midori" +WEB_SITE="http://twotoasts.de/index.php/midori/" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL" +GENERIC_MENUS="no" -DEPENDS="libsexy libwebkit libsoup sqlite xorg-libXdamage xorg-libXss \ -gcc-lib-base libgnutls" -BUILD_DEPENDS="python libsexy-dev libwebkit-dev libsoup-dev sqlite-dev \ -intltool libgio-dev dbus-dev dbus-glib-dev pkg-config xorg-libXss-dev \ -xorg-libXdamage-dev xorg-libX11-dev gtk+-dev vala" +DEPENDS="libnotify libunique libwebkit xorg-libXss" +BUILD_DEPENDS="python vala glib-dev librsvg-apps libnotify-dev gtk+-dev \ +xorg-libXss-dev libwebkit-dev libunique-dev desktop-file-utils-extra" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ + --jobs=4 \ --prefix=/usr \ - --jobs=4 \ - --enable-addons \ - --disable-libnotify \ - --disable-unique \ --disable-zeitgeist && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p \ + $fs/usr/share/doc/midori \ $fs/usr/share/pixmaps \ - $fs/usr/share/icons + cp -a $install/etc $fs cp $stuff/config $fs/etc/xdg/midori - cp $stuff/search $fs/etc/xdg/midori + # add SliTaz token to DDG, add Twitter search + cd $fs && patch -p1 < $stuff/search.patch && status + # Midori use sqlite to store bookmarks #cp $stuff/bookmarks.xbel $fs/etc/xdg/midori + cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/$PACKAGE $fs/usr/share + + # desktop files + cp -a $install/usr/share/applications $fs/usr/share + find $fs -name '*.desktop' -exec sed -i \ + '/^Version/d; /^GenericName/d; /^X-/d; /^Name\[.*\]=Midori/d; \ + /^Actions=/d' \{\} \; + desktop=$fs/usr/share/applications/midori.desktop + lastline=$(expr $(grep -n '^\[Desktop Action TabNew\]' $desktop | \ + cut -d: -f1) - 2) + head -n $lastline $desktop > $desktop.new + mv -f $desktop.new $desktop + + cp -a $install/usr/share/doc/midori/faq* $fs/usr/share/doc/midori + cp -a $install/usr/share/midori $fs/usr/share + # Icons - cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons + cp -a $install/usr/share/icons $fs/usr/share rm -rf $fs/usr/share/icons/hicolor/scalable - cd $fs/usr/share/pixmaps - ln -sf ../icons/hicolor/22x22/apps/midori.png . } diff -r 19258b949c1b -r 68d68791ced5 midori/stuff/applications/midori-private.desktop --- a/midori/stuff/applications/midori-private.desktop Thu Apr 04 11:19:19 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Midori Private Browsing -Name[cs]=Midori - soukromé prohlížení -Name[da]=Midori Privat browsing -Name[fr]=Midori Navigation privée -Name[gl]=Midori, navegación privada -Name[he]=גלישה פרטית -Name[ko]=미도리 개인 정보 보호 모드 -Name[nl]=Midori Privé-surfen -Name[pl]=Tryb prywatny przeglądarki Midori -Name[pt_BR]=Midori Navegação privada -Name[zh_CN]=Midori 浏览器隐私浏览方式 -Name[zh_TW]=Midori 私密瀏覽 -Categories=GTK;Network;WebBrowser; -Exec=midori --private %U -Icon=midori -Terminal=false -StartupNotify=true diff -r 19258b949c1b -r 68d68791ced5 midori/stuff/applications/midori.desktop --- a/midori/stuff/applications/midori.desktop Thu Apr 04 11:19:19 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Midori Web Browser -Name[de]=Netznavigator Midori -Name[fr]=Navigateur Web Midori -Name[pt_PT]=Navegador Web Midori -Categories=GTK;Network; -MimeType=text/html;text/xml;application/xhtml+xml;application/xml; -Exec=midori %u -Icon=midori -Terminal=false -StartupNotify=true diff -r 19258b949c1b -r 68d68791ced5 midori/stuff/config --- a/midori/stuff/config Thu Apr 04 11:19:19 2013 +0200 +++ b/midori/stuff/config Thu Apr 04 15:39:28 2013 +0000 @@ -1,10 +1,9 @@ - [settings] -last-window-width=860 +last-window-width=800 last-window-height=580 show-menubar=true toolbar-style=MIDORI_TOOLBAR_SMALL_ICONS -toolbar-items=Back,Forward,ReloadStop,Homepage,TabNew,Location,Search, +toolbar-items=Back,Forward,Homepage,TabNew,Location,ReloadStop,Search, load-on-startup=MIDORI_STARTUP_HOMEPAGE homepage=file:///usr/share/webhome/index.html diff -r 19258b949c1b -r 68d68791ced5 midori/stuff/search --- a/midori/stuff/search Thu Apr 04 11:19:19 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -[Duck Duck Go] -name=Duck Duck Go -text=Privacy-aware Web Search -uri=https://duckduckgo.com/?q=%s&t=slitaz -token=dd - -[Google] -name=Google -text=Web Search -uri=http://www.google.com/search?q=%s -token=g - -[Twitter] -name=Twitter -text=Twitter Search -uri=https://twitter.com/#!/search/realtime/%s -token=tt - -[Wikipedia] -name=Wikipedia -text=The free encyclopedia -uri=http://en.wikipedia.org/wiki/Special:Search/%s -token=wp - -[SliTaz] -name=SliTaz -text=SliTaz Search -uri=http://www.google.com/cse?cx=000868395082919927601:nddq7yjdcxg&cof=FORID:0&q=%s -token=s - -[TheFreeDictionary] -name=The Free Dictionary -text=Dictionary, Encyclopedia and Thesaurus -uri=http://www.thefreedictionary.com/%s -token=fd - -[Yahoo] -name=Yahoo -text=Yahoo Web Search -uri=http://search.yahoo.com/search?p= -token=y diff -r 19258b949c1b -r 68d68791ced5 midori/stuff/search.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/midori/stuff/search.patch Thu Apr 04 15:39:28 2013 +0000 @@ -0,0 +1,26 @@ +--- fs/etc/xdg/midori/search ++++ fs/etc/xdg/midori/search +@@ -1,7 +1,7 @@ + [Duck Duck Go] + name=Duck Duck Go + text=Privacy-aware Web Search +-uri=https://duckduckgo.com/?q=%s ++uri=https://duckduckgo.com/?q=%s&t=slitaz + token=dd + + [Yahoo] +@@ -34,3 +34,14 @@ + uri=http://translate.google.com/?q= + token=gt + ++[Twitter] ++name=Twitter ++text=Twitter Search ++uri=https://twitter.com/#!/search/realtime/%s ++token=tt ++ ++[SliTaz] ++name=SliTaz ++text=SliTaz Search ++uri=http://www.google.com/cse?cx=000868395082919927601:nddq7yjdcxg&cof=FORID:0&q=%s ++token=s