uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
48
pkgs/applications/misc/qcad/application-dir.patch
Normal file
48
pkgs/applications/misc/qcad/application-dir.patch
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
diff --git a/src/core/RS.cpp b/src/core/RS.cpp
|
||||
index d8a135d6f..659795dbb 100644
|
||||
--- a/src/core/RS.cpp
|
||||
+++ b/src/core/RS.cpp
|
||||
@@ -151,7 +151,7 @@ QStringList RS::getDirectoryList(const QString& subDirectory) {
|
||||
dirList.append(appDir + "/../../../" + subDirectory);
|
||||
dirList.append(QDir::currentPath() + "/" + subDirectory);
|
||||
#else
|
||||
- dirList.append(appDir + "/" + subDirectory);
|
||||
+ dirList.append(appDir + "/../lib/" + subDirectory);
|
||||
#endif
|
||||
|
||||
/*
|
||||
diff --git a/src/core/RSettings.cpp b/src/core/RSettings.cpp
|
||||
index c6c31cbf5..c51b59ce6 100644
|
||||
--- a/src/core/RSettings.cpp
|
||||
+++ b/src/core/RSettings.cpp
|
||||
@@ -367,6 +367,8 @@ QString RSettings::getApplicationPath() {
|
||||
ret.cdUp();
|
||||
}
|
||||
|
||||
+ ret.cd("../lib");
|
||||
+
|
||||
return ret.path();
|
||||
}
|
||||
|
||||
@@ -1268,7 +1270,7 @@ QString RSettings::getRevisionString() {
|
||||
}
|
||||
|
||||
QString RSettings::getReleaseDate() {
|
||||
- return __DATE__;
|
||||
+ return "";
|
||||
}
|
||||
|
||||
int RSettings::getSnapRange() {
|
||||
diff --git a/qcad.desktop b/qcad.desktop
|
||||
index 93c5e9720..2d0e6bf32 100644
|
||||
--- a/qcad.desktop
|
||||
+++ b/qcad.desktop
|
||||
@@ -48,7 +48,7 @@ Comment[sv]=2D CAD-system
|
||||
Comment[sl]=Sistem 2D CAD
|
||||
Comment[uk]=2D САПР
|
||||
Comment[tr]=2D CAD Sistemi
|
||||
-Exec=qcad %F
|
||||
+Exec=qcad-bin %F
|
||||
X-MultipleArgs=true
|
||||
Icon=qcad_icon
|
||||
Terminal=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue