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/PKGBUILD b/PKGBUILD | |
index 959f44f..97b3536 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -10,21 +10,34 @@ url="http://wua.la/" | |
license=("custom") | |
depends=("java-runtime" "rpcbind" "nfs-utils") | |
options=(!emptydirs) | |
-source=(http://wua.la/files/${pkgname}.tar.gz) | |
+source=("http://wua.la/files/${pkgname}.tar.gz" "wuala-jar-location.patch") |
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/PKGBUILD b/PKGBUILD | |
index d041d5d..34c59cb 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,15 +1,16 @@ | |
# Contributor: Douglas Thrift <[email protected]> | |
pkgname=java-xalan | |
-pkgver=2.7.0 | |
+pkgver=2.7.1 | |
pkgrel=1 |
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/PKGBUILD b/PKGBUILD | |
index 3b51247..aced10d 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -21,8 +21,8 @@ build() { | |
rm -f $startdir/pkg/opt/visualvm/*.txt | |
rm -f $startdir/pkg/opt/visualvm/bin/*.exe | |
- rm -f $startdir/pkg/opt/visualvm/platform10/lib/nbexec.{dll,exe} | |
- rm -rf $startdir/pkg/opt/visualvm/profiler3/lib/deployed/jdk1{5,6}/{hpux*,mac,solaris*,windows*} |
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
From 8f2172e2a7dfdd970ebcc6a5bb56735f02690870 Mon Sep 17 00:00:00 2001 | |
From: Sven Schober <[email protected]> | |
Date: Wed, 6 Jul 2011 15:41:36 +0200 | |
Subject: [PATCH] package fixes | |
- add conflictions and replaces definitions | |
- add an install script adding necessary nslcd user and group | |
- increase package release number | |
--- | |
PKGBUILD | 5 ++++- |
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
#0 0x00007fffee1c8931 in QDirModel::parent(QModelIndex const&) const () from /usr/share/spideroak/lib/libQtGui.so.4 | |
#1 0x00007fffeebe5e5e in ?? () from /usr/share/spideroak/lib/PyQt4.QtGui.so | |
#2 0x00007fffee1a8cf1 in QTreeView::indexRowSizeHint(QModelIndex const&) const () from /usr/share/spideroak/lib/libQtGui.so.4 | |
#3 0x00007fffee1a944c in ?? () from /usr/share/spideroak/lib/libQtGui.so.4 | |
#4 0x00007fffee1a96ff in ?? () from /usr/share/spideroak/lib/libQtGui.so.4 | |
#5 0x00007fffee1a9ad4 in QTreeView::updateGeometries() () from /usr/share/spideroak/lib/libQtGui.so.4 | |
#6 0x00007fffee95f558 in ?? () from /usr/share/spideroak/lib/PyQt4.QtGui.so | |
#7 0x00007fffee965df3 in ?? () from /usr/share/spideroak/lib/PyQt4.QtGui.so | |
#8 0x00007fffedcaa205 in QWidget::event(QEvent*) () from /usr/share/spideroak/lib/libQtGui.so.4 | |
#9 0x00007fffee048566 in QFrame::event(QEvent*) () from /usr/share/spideroak/lib/libQtGui.so.4 |
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/PKGBUILD b/PKGBUILD | |
index 9dc56d1..bf05fa4 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -2,7 +2,7 @@ | |
pkgname=paris-traceroute | |
pkgver=0.92 | |
-pkgrel=1 | |
+pkgrel=2 |
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
["item", | |
Object | |
data: Object | |
types: Array[6] | |
0: "dyn.ah62d4rv4gu8yc6durvwwaznwmuuha2pxsvw0e55bsmwca7d3sbwu" | |
1: "text/uri-list" | |
2: "public.file-url" | |
3: "Files" | |
4: "dyn.ah62d4rv4gu8y6y4grf0gn5xbrzw1gydcr7u1e3cytf2gn" | |
5: "CorePasteboardFlavorType 0x6675726C" |
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
void bodenseebike2::on_pbregistrieren_clicked() | |
{ | |
QSqlDatabase db = QSqlDatabase::addDatabase("QSQLITE"); //Aufbauen der Verbindung zur Datenbank | |
db.setDatabaseName("BTS.db"); | |
bool ok = db.open(); //wenn Öffnen fehlschlägt -> Rückgabewert false | |
if (!db.open()){ ui.leinfo->setText("Die Datenbank konnte nicht geöffnet werden");} //Bei Fehlschlagen von Öffnen | |
else { | |
Q_username = QString::fromStdString(ui.leusername->text().toStdString()); // Benutzername und Passwort von LineEdit lesen | |
Q_password = QString::fromStdString(ui.lepassword->text().toStdString()); |
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
use warnings; | |
use strict; | |
use POSIX qw(:signal_h); | |
my $sigset = POSIX::SigSet->new(SIGHUP); | |
my $oldset = POSIX::SigSet->new; | |
my $counter = 0; |
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
use warnings; | |
use strict; | |
use POSIX qw(:signal_h); | |
my $sigset = POSIX::SigSet->new(SIGCHLD); | |
my $oldset = POSIX::SigSet->new; | |
my $counter = 0; |
OlderNewer