-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb8282f
commit 32b8816
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
AUX goldendict-qt4-qtsingleapplication-unbundle.patch 438 SHA256 2cb4d36d0fef97f1e398e2e475d8d6f5adc62ff87c648a50ee85ac67ed864e5c SHA512 787768487e7de2c159827c271c89f9a2dcb8b6be29d39babf15db93f0012428f9ea40f934ceb6cd884a4fc34dd1199d128382d072d9e307b5372724683a57141 WHIRLPOOL f3bb63bba8b235a8e6d9f3effa795e641ff0744fd4080aecf6bedc9c2f5e2525239c54d6d33fca44995174cd2ccbddc96114ed23537a0911bf663d0ff0409f85 | ||
AUX goldendict-qtsingleapplication-unbundle-qt5.patch 414 SHA256 2d7fca10f8350db13dea250f8108bae1647e547710617b69211650856d379bce SHA512 233ce6a8f22fca81ad9235c9e94d1c256afc63294aa72aff792a8899bb21aa279a0bdf51049df73175e0f9bcab5dcc6ce2ed764683a29c94f0a5d4af0db52b6b WHIRLPOOL 85f1e1b0c359a0f6f0137e8d0ea91f95e699cf75a12fed8235a271618b1db85f811e055f0dde79e4b1ba361b374689d2555c17c6a8fda172c2495ff566a4e6f8 | ||
EBUILD goldendict-9999.ebuild 2352 SHA256 f8c57f704c9678bb8b97ff2c2fd96a53be13bf7a898cfe69cb069e94937f48fe SHA512 8ac56002055938ed2f19feb782d5b0f0fe9d40d0272e2b072fcdebbd9293dcaaeb0594d8e2aeca51c60c0cfb5ee80447e712415f41295a2ef87d8de63061938c WHIRLPOOL 39b2add420f294ca28badda76db9ef531f30e652c42c0d97ffb21945d811d93cc2b413c4c99968517c0a57999a9bb35a3e13d6d878d471bc748c038e75cbe7ee | ||
EBUILD goldendict-9999.ebuild 2346 SHA256 9d51e8a9cfdec91b4cd2f3d33c9ee5ca3c0b16bb3d305e9467dcd4c718c6aafc SHA512 b9e3cceb83f44afc940f317f2ed3723e1c9f1509785c5265e0253a280076fa7a3a1e3df574902553e65a010bc3e262320a87714b25369be2d563b7391680aa6d WHIRLPOOL dc6c3e3d9b63afb877651400b9ed23ec7e7e5321e2af7e4ff02372846c5f665254088f38754092e8a9d0fdbbbe1826af4bacd9dd4031476d6ca5f91bfbf0d70f | ||
MISC metadata.xml 540 SHA256 793afa51e11311331fd21511897b0d89debfe3c1b4baae7ef7e9beb157131650 SHA512 24fc9134db9912e7d74a5448825709407e5cc78da251012a24b55755e610b55db5a0d50e10d456ba127f2fbdb5baf64977f8256d17ac9184342bdf82165cb5c3 WHIRLPOOL 12c76c42715ebde6a11405c69f097c1ed3504c82a5714ffa7182fd8fe40713f81642501e49dc41e85945b716dbf95e1e6ec8de1e6552624aac5628e158261e70 |
19 changes: 19 additions & 0 deletions
19
app-text/goldendict/files/goldendict-qt4-qtsingleapplication-unbundle.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- goldendict.pro 2016-07-31 17:04:57.418713675 +0700 | ||
+++ goldendict.pro-new 2016-07-31 17:05:41.445333815 +0700 | ||
@@ -36,7 +36,8 @@ | ||
QT += sql | ||
CONFIG += exceptions \ | ||
rtti \ | ||
- stl | ||
+ stl \ | ||
+ qtsingleapplication | ||
OBJECTS_DIR = build | ||
UI_DIR = build | ||
MOC_DIR = build | ||
@@ -631,6 +632,3 @@ | ||
TS_OUT = $$TRANSLATIONS | ||
TS_OUT ~= s/.ts/.qm/g | ||
PRE_TARGETDEPS += $$TS_OUT | ||
- | ||
-include( qtsingleapplication/src/qtsingleapplication.pri ) | ||
- |
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