This file contains 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
# Maintainer: Tomasz "ludvick" Niedzielski <ludvick0[at]gmail[dot]com> | |
# Contributor: Swift Geek | |
pkgname=xbmc-addon-polish-media | |
_filename=repository.smuto | |
pkgver=1.2.0 | |
pkgrel=2 | |
pkgdesc="Wtyczka dla xbmc do odbioru TVNPlayer, vod.tvp.pl, ipla.tv, niektorych polskich stacji radiowych (Moje Polskie Radio) i wiele wiecej." | |
url="http://code.google.com/p/smuto/" | |
license=('GPL3') |
This file contains 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 -rupN original/data/greeter.ui changed/data/greeter.ui | |
--- original/data/greeter.ui 2012-07-31 00:05:50.000000000 +0200 | |
+++ changed/data/greeter.ui 2012-09-29 09:21:25.000000000 +0200 | |
@@ -317,6 +317,15 @@ | |
</object> | |
</child> | |
</object> | |
+ <object class="GtkWindow" id="background_window"> | |
+ <property name="name">background_window</property> | |
+ <property name="can_focus">False</property> |
This file contains 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
timer=0 | |
timeout=300 | |
index=0 | |
for arg in $@ ; do | |
let "index++" | |
if [ $index -lt $# ]; then | |
for (( ii=25 ; i<1; i-- )) ; do | |
[[ -n "$(pgrep $arg)" ]] && echo "Found $arg" && continue 3 | |
[[ $ii -eq 1 ]] && echo "Failed on waiting for $arg" && exit | |
[[ $timer -ge $timeout ]] && echo "Timeout after $timer" && exit |
This file contains 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
[Desktop Entry] | |
Name=Slic3r | |
Comment=STL-to-GCODE translator for RepRap printers | |
Exec=slic3r.pl --gui | |
Icon=/usr/bin/vendor_perl/var/Slic3r_128px.png | |
Terminal=0 | |
Type=Application | |
Encoding=UTF-8 | |
Categories=Development;Application; |
This file contains 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 -rupN badv2/bindings/Makefile.am good/bindings/Makefile.am | |
--- badv2/bindings/Makefile.am 2012-07-11 19:28:34.000000000 +0200 | |
+++ good/bindings/Makefile.am 2012-12-15 11:26:57.000000000 +0100 | |
@@ -3,7 +3,6 @@ SUBDIRS = \ | |
vala | |
else | |
SUBDIRS = \ | |
- python \ | |
vala | |
endif |
This file contains 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
# Maintainer: Jameson Pugh <imntreal@gmail.com> | |
# Contributor: Swift Geek < swift geek ât gmail døt cøm> | |
pkgname=lib32-libappindicator | |
_pkgbasename=libappindicator | |
pkgver=12.10.0 | |
pkgrel=1 | |
pkgdesc="Library to allow applications to export a menu into the Unity Menu bar (GTK+ 2 library)" | |
arch=('i686' 'x86_64') | |
url="https://launchpad.net/libappindicator" |
This file contains 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
signal sender=org.freedesktop.DBus -> dest=:1.236 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired | |
string ":1.236" | |
method call sender=:1.236 -> dest=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='method_call'" | |
method call sender=:1.236 -> dest=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='method_return'" | |
method call sender=:1.236 -> dest=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='error'" | |
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=407 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged | |
string ":1.237" |
This file contains 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
signal sender=org.freedesktop.DBus -> dest=:1.238 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired | |
string ":1.238" | |
method call sender=:1.238 -> dest=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='method_call'" | |
method call sender=:1.238 -> dest=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='method_return'" | |
method call sender=:1.238 -> dest=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='error'" | |
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=411 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged | |
string ":1.239" |
This file contains 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
# Contributor: Swift Geek <swiftgeek «at» gmail.com> | |
# Contributor: Nick Østergaard <oe.nick at gmail dot com> | |
pkgname=perl-alien-wxwidgets | |
pkgver=0.64 | |
pkgrel=1 | |
pkgdesc="building, finding and using wxWidgets binaries" | |
arch=('any') | |
url="http://search.cpan.org/dist/Alien-wxWidgets" | |
license=('GPL' 'PerlArtistic') |
This file contains 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 -rupN dabstick-radio-0.96/dabreceiver-V2/CMakeLists.txt dabstick-radio-0.96-new/dabreceiver-V2/CMakeLists.txt | |
--- dabstick-radio-0.96/dabreceiver-V2/CMakeLists.txt 2013-08-09 12:31:18.000000000 +0200 | |
+++ dabstick-radio-0.96-new/dabreceiver-V2/CMakeLists.txt 2014-05-30 07:15:34.247068084 +0200 | |
@@ -1,4 +1,5 @@ | |
cmake_minimum_required( VERSION 2.6 ) | |
+set ( CMAKE_MODULE_PATH ${CMAKE_ROOT}/Modules ${CMAKE_CURRENT_SOURCE_DIR}/cmake ) | |
set ( CMAKE_BUILD_TYPE Release ) | |
add_definitions ( -Wall ) | |
set (KJMP 1) # flag for MP2 decoder | |
diff -rupN dabstick-radio-0.96/dabreceiver-V2/backend/fib_processor.cpp dabstick-radio-0.96-new/dabreceiver-V2/backend/fib_processor.cpp |
OlderNewer