From 1c82b64f4e10ef5b433ef14715a1dc992bbbff1f Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:09:08 +0200 Subject: [PATCH 01/17] audex rebuild #73 --- audex/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audex/PKGBUILD b/audex/PKGBUILD index c2f260382..9a8c06c87 100644 --- a/audex/PKGBUILD +++ b/audex/PKGBUILD @@ -2,7 +2,7 @@ pkgname=audex pkgver=0.79 -pkgrel=4 +pkgrel=5 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE" arch=('x86_64') url="http://kde.maniatek.de/audex/" @@ -14,7 +14,6 @@ optdepends=('vorbis-tools: OGG encoder' 'flac: FLAC encoder' 'lame: MP3 encoder') categories=('multimedia') -install=${pkgname}.install source=("http://downloads.sourceforge.net/project/audex/src/audex-$pkgver.tar.xz") md5sums=('f7dea212961b90c83d061b0e0ca897c2') From 166c046c322739e553642d69eee2ede2eac18135 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:09:45 +0200 Subject: [PATCH 02/17] basket rebuild #73 --- basket/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basket/PKGBUILD b/basket/PKGBUILD index 4bf8e73cb..3b8536c9f 100644 --- a/basket/PKGBUILD +++ b/basket/PKGBUILD @@ -4,14 +4,13 @@ pkgname=basket pkgver=1.81 -pkgrel=3 +pkgrel=4 pkgdesc="All-purpose notes taker for KDE." arch=('x86_64') url="http://basket.kde.org/" depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme') makedepends=('cmake' 'automoc4') categories=('utils') -install=$pkgname.install license=('GPL') source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2) md5sums=('cbb1bc5ca7c2ad1485c433c00a8f65a1') From 26c3a8e2d770aa8a471da48436f6ad88b30a5982 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:13:07 +0200 Subject: [PATCH 03/17] blender rebuild #73 --- audex/audex.install | 11 ----------- basket/basket.install | 12 ------------ blender/PKGBUILD | 3 +-- blender/blender.install | 15 --------------- 4 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 audex/audex.install delete mode 100644 basket/basket.install diff --git a/audex/audex.install b/audex/audex.install deleted file mode 100644 index e70c054ec..000000000 --- a/audex/audex.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/basket/basket.install b/basket/basket.install deleted file mode 100644 index 3e1f2f1f5..000000000 --- a/basket/basket.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - diff --git a/blender/PKGBUILD b/blender/PKGBUILD index f5926b3b6..27ac94a3b 100644 --- a/blender/PKGBUILD +++ b/blender/PKGBUILD @@ -5,7 +5,7 @@ pkgver=2.79.b _gittag=v2.79b #_gitcommit=c6b042be [[ -n ${_gitcommit} ]] && pkgver=${pkgver}.git1.${_gitcommit} -pkgrel=2 +pkgrel=3 epoch=2 pkgdesc="A fully integrated 3D graphics creation suite" arch=('x86_64') @@ -19,7 +19,6 @@ makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'python2') # man pages require optdepends=('cuda: cycles renderer cuda support') screenshot=('http://www.blender.org/index.php?eID=tx_cms_showpic&file=uploads%2Fpics%2Fblender_screenshot3_03.png&width=800m&height=600m&bodyTag=%3Cbody%20style%3D%22margin%3A0%3B%20background%3A%23fff%3B%22%3E&wrap=%3Ca%20href%3D%22javascript%3Aclose%28%29%3B%22%3E%20%7C%20%3C%2Fa%3E&md5=cddc8ef0fbe1e90d0d22e78b4911860b') options=(!strip) -install=blender.install #source=("http://download.blender.org/source/${pkgname}-${pkgver}.tar.gz") source=("git://git.blender.org/blender-addons.git" "git://git.blender.org/blender-addons-contrib.git" diff --git a/blender/blender.install b/blender/blender.install index f41719b76..0502c07f9 100644 --- a/blender/blender.install +++ b/blender/blender.install @@ -9,19 +9,4 @@ from the users home directory. Therefore, you want to copy everything from /usr/share/blender/ to ~/.blender (some are hidden files!). EOF - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_remove() { - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null - xdg-icon-resource forceupdate --theme hicolor &> /dev/null } From a2503b28e879bb5ba84456de97ca86e953b99fe4 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:14:38 +0200 Subject: [PATCH 04/17] basket 2.49 --- basket/PKGBUILD | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/basket/PKGBUILD b/basket/PKGBUILD index 3b8536c9f..55a3fc969 100644 --- a/basket/PKGBUILD +++ b/basket/PKGBUILD @@ -1,33 +1,35 @@ # -# Chakra Packages for Chakra, part of chakra-project.org +# Chakra Packages for Chakra, part of chakralinux.org # pkgname=basket -pkgver=1.81 -pkgrel=4 +_pkgver=2.49 +pkgver=${_pkgver}a +pkgrel=1 pkgdesc="All-purpose notes taker for KDE." arch=('x86_64') -url="http://basket.kde.org/" -depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme') -makedepends=('cmake' 'automoc4') -categories=('utils') +url="https://basket-notepads.github.io/" +depends=('kcmutils' 'kfilemetadata' 'kparts') +makedepends=('extra-cmake-modules' 'kdoctools' 'frameworkintegration' 'kdelibs4support') license=('GPL') -source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2) -md5sums=('cbb1bc5ca7c2ad1485c433c00a8f65a1') +source=(https://launchpad.net/basket/kde5/$pkgver/+download/basket-$_pkgver-alpha.tar.bz2) +sha1sums=('2488581df9fa83a033be91c3c8bfb18735378c46') + +prepare() { + mkdir -p build +} build() { - cd $pkgname-$pkgver - mkdir build cd build - cmake .. \ + cmake ../$pkgname-$_pkgver-alpha \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF make } package() { - cd $pkgname-$pkgver/build - make DESTDIR=$pkgdir install + cd build + make DESTDIR="${pkgdir}" install } From 8e3f959a0153fe28fdbd6a1c7a8a579f13dd4ec6 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:17:36 +0200 Subject: [PATCH 05/17] bomi rebuild #73 --- bomi/PKGBUILD | 3 +-- bomi/bomi.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 bomi/bomi.install diff --git a/bomi/PKGBUILD b/bomi/PKGBUILD index 971ea7a2e..5d05cce74 100644 --- a/bomi/PKGBUILD +++ b/bomi/PKGBUILD @@ -1,12 +1,11 @@ pkgname=bomi pkgver=0.9.11.r39.g5f0cc0a7 -pkgrel=1 +pkgrel=2 pkgdesc="Powerful and easy-to-use multimedia player" arch=('x86_64') url="http://bomi-player.github.io" license=('GPL2') screenshot='http://i.imgur.com/j76hzyd.png' -install=$pkgname.install depends=('qt5-base' 'qt5-declarative' 'qt5-x11extras' 'qt5-quickcontrols' 'qt5-svg' 'libdvdread' 'libdvdnav' 'libcdio-paranoia' 'libcdio' 'smbclient' 'alsa-lib' 'libpulse' 'jack' 'libchardet' 'libbluray' diff --git a/bomi/bomi.install b/bomi/bomi.install deleted file mode 100644 index 6481cee07..000000000 --- a/bomi/bomi.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} From 1bb2bfe3a67949ab7440d5607d99ea4a4400761a Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:17:59 +0200 Subject: [PATCH 06/17] choqok rebuild #73 --- calligra/calligra-karbon.install | 12 -- calligra/calligra-plan.install | 12 -- calligra/calligra-sheets.install | 12 -- calligra/calligra-stage.install | 12 -- calligra/calligra-words.install | 12 -- calligra/calligra.install | 12 -- cantata/cantata.install | 12 -- choqok/PKGBUILD | 3 +- choqok/choqok.changelog | 272 ------------------------------- choqok/choqok.install | 11 -- 10 files changed, 1 insertion(+), 369 deletions(-) delete mode 100644 calligra/calligra-karbon.install delete mode 100644 calligra/calligra-plan.install delete mode 100644 calligra/calligra-sheets.install delete mode 100644 calligra/calligra-stage.install delete mode 100644 calligra/calligra-words.install delete mode 100644 calligra/calligra.install delete mode 100644 cantata/cantata.install delete mode 100644 choqok/choqok.changelog delete mode 100644 choqok/choqok.install diff --git a/calligra/calligra-karbon.install b/calligra/calligra-karbon.install deleted file mode 100644 index 6c87527e2..000000000 --- a/calligra/calligra-karbon.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/calligra/calligra-plan.install b/calligra/calligra-plan.install deleted file mode 100644 index 6c87527e2..000000000 --- a/calligra/calligra-plan.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/calligra/calligra-sheets.install b/calligra/calligra-sheets.install deleted file mode 100644 index 6c87527e2..000000000 --- a/calligra/calligra-sheets.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/calligra/calligra-stage.install b/calligra/calligra-stage.install deleted file mode 100644 index 6c87527e2..000000000 --- a/calligra/calligra-stage.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/calligra/calligra-words.install b/calligra/calligra-words.install deleted file mode 100644 index 6c87527e2..000000000 --- a/calligra/calligra-words.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/calligra/calligra.install b/calligra/calligra.install deleted file mode 100644 index 6c87527e2..000000000 --- a/calligra/calligra.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/cantata/cantata.install b/cantata/cantata.install deleted file mode 100644 index 5495fb1b5..000000000 --- a/cantata/cantata.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/choqok/PKGBUILD b/choqok/PKGBUILD index 1b33f9630..104d1fd19 100644 --- a/choqok/PKGBUILD +++ b/choqok/PKGBUILD @@ -1,6 +1,6 @@ pkgname=choqok pkgver=1.6.0 -pkgrel=5 +pkgrel=6 pkgdesc="A Twitter/identi.ca/laconica client for KDE" url="http://choqok.gnufolks.org/" license=('GPL') @@ -11,7 +11,6 @@ depends=('qt5-base' 'kconfigwidgets' 'kcoreaddons' 'kdewebkit' 'kdoctools' 'ki18 makedepends=('extra-cmake-modules' 'docbook-xsl') categories=('communication') screenshot=('http://choqok.gnufolks.org/uploads/choqok.png') -install=$pkgname.install source=("http://download.kde.org/stable/choqok/1.6/src/choqok-1.6.0.tar.xz") sha256sums=('8a7527067b3694ad16faafac754cfd5f1e5f5fd1547f066d8f14fbcf8327310f') diff --git a/choqok/choqok.changelog b/choqok/choqok.changelog deleted file mode 100644 index f8b61f3e7..000000000 --- a/choqok/choqok.changelog +++ /dev/null @@ -1,272 +0,0 @@ -=== Version 1.5 -- 25-Jan-2015 === -* Yourls plugin fixed. (by Benjamin Marwell) [BUG:265219] -* Pump.io plugin added. (by Andrea Scarpino) [BUG:319348] -* Preview of images posted via Twitter.com added. (by Daniel Kreuter) [BUG:299433] -* Option to disable system tray. (by Andrea Scarpino) [BUG:241152] -* Twitter friend list update fixed. [BUG:325071] -* Add "Report User" to User menu Actions (by Ahmed I. Khalil) -* Get custom char limit for the Status.net accounts. (by Andrea Scarpino) [BUG:283298] -* Goo.gl shortner plugin fixed. (by Andrea Scarpino) [BUG:338917] -* New plugin for expanding tiny URLs. (by Andrea Scarpino) [BUG:294600] -* KDE Telepathy support in IMStatus Plugin (by Ahmed I. Khalil) [BUG:301702] -* Broken shortening plugins removed - -=== Version 1.4 -- 01-Sep-2013 === -* Fix in font size -* Fix in shortening Urls comming from konqueror -* New icons and splash screen -* Twitter API v1.1 support (Daniel Kreuter) -* "mark timeline as read" menu item added to tabs context menu (Lim Yuen Hoe) -* Show "in reply to" in twitter search timelines (Lim Yuen Hoe) -* Identi.ca support removed from StatusNet plugin, we still support StatusNet - -New Plugin: - - BetterNotify to notify statuses based on user preference - -=== Version 1.3 -- 05-Apr-2012 === -* Support for Twitter photo upload API method (by Atanas Gospodinov) -* Translator plugin shuts off due Google terminated its free API. -* Toolbar for Choqok -* Filter plugin new feature: Add a filter to Highlight a post containing some text. [FEATURE:278529] -* Improvements in new tab bar UI. -* Show first 4 characters of search timeline name over the timeline icon [FEATURE:287687] - -=== Version 1.2 -- 01-Nov-2011 === -* New TabBar UX for timelines inside an account. (Bardia Daneshvar) -* Replying to USERNAME notice under composer widget. -* A hyperlink (original post) added when a post is translated, So, User can restore post to original one! (FEATURE:270617) -* Global menu, When the menubar is hidden! -* Donate button in special menu and help menu -* is.gd statistics support. -* Font customization option. -* Better conversation view like new identica. -* Untiny plugin: Expanding twitter urls that shortened twice -* Untiny plugin: Support for untiny.com service removed. -* Several bug fixes. - -=== Version 1.1 -- 2-Apr-2011 === -* System tray icon problem in Gnome fixed. -* Hide Menu-bar option. -* Choqok caches posts automatically and not just at exit! -* Annoying video preview plugin problem that causes Choqok to crash fixed! -* Bug fixes: 243368, 250774, 237265, 265013, 267852, 268128, 264255, 267878 - -New Plugins: - - Translator plugin - - Quick (local) Filter (Farhad Hedayati Fard) - -=== Version 1.0 -- 27-Jan-2011 === -* Bug fixes - -=== Version 0.9.98 (1.0 RC1) -- 06-Dec-2010 === -* Twitter Lists support in Choqok [FEATURE:216249] -* Option to show timelines in reverse order [FEATURE:241743] -* Additional action in input boxes' context menu that will shorten all selected URLs or all URLs if there's no selection. -* "Hide Post" option for post widgets. -* BiDi support is back. -* Whois widget redesigned. -* Support for Twitgoo service in imagepreview plugin. (Alex Infantes) -* Digg shortener plugin removed. -* Support for LibIndicate to use as an alternate notification system. (It's Optional) -* Send reply to original author of repeated posts + cc to repeater. -* And so many fixes and improvements around current functionalities. - -New Plugins: - - OCS Plugin to support "Open Collaboration Services API" provided by opendesktop.org and its partners - - IMStatus plugin to set your post as current status in IM clients (Kopete, Pidgin, PSI, Skype) - - Twitgoo image uploader - - Mobypicture uploader - - Posterous uploader - -=== Version 0.9.92 (1.0 Beta4) -- 15-Oct-2010 === -* Prevent shortening process to freeze UI -* Won't show the ☛ sign for tags or groups in StatusNet accounts, using the menu solution like @username -* "Configure Notifications" in Settings menu. -* Twitpic plugin fixed to work with new OAuth way. -* "Reply to USER", "Write to USER", "Reply to all" actions added to reply button menu. -* New look for Whois dialog. -* Dictionary switcher in text input fields via context menu. -* StatusNet: Support for parsing @user@server -* StatusNet: Infos for users across multiple status.net servers -* Filter plugin: Option to just show own replies or just show replies to my friends added -* Image Preview plugin: Support for img.ly and Plixi(By Alex Infantes) - -New Plugins: - - ImageShack uploader (Just image uploading) - - Flickr uploader (Just image uploading) - -Dev: - - add new/specific KAction to PostWidget (for Plugins) - -Plugins removed: - - u.nu shortner, due its service discontinued - - YFrog uploader (temporary) - -=== Version 0.9.90 (1.0 Beta3) -- 1-Sep-2010 === -* Better nick name detection -* Better URL detection -* Fetching Friends List problem fixed -* UnTiny plugin can use untiny.com service instead of its generic way (Configurable) -* Using the Choqok way to show repeated dents/tweets made optional (Default is Twitter way) -* Confirm dialog for Retweet -* When KWallet isn't availabe, Will store sercrets in text files (Not plain text, Base64) - -New Shortener Plugins: - - TinyArrows (By Andrey Esin) - - Bit.ly (By Andrey Esin) - -=== Version 0.9.85 (1.0 Beta2) -- 15-Aug-2010 === -* Proxy configuration -* Using new KDE Tray Icon -* Ctrl+P shortcut (Quick Post) removed and it's function merged with Ctrl+Z -* Revised posts look -* Uploader plugin system added. -* Better failure detection on TwitterApi -* Marking outbox and favorite posts as read -* Support for Amarok, JuK, Exaile, Rhythmbox, Audacious, Dragon Player, Qmmp, VLC, Banshee and any other MPRIS compatible player in "Now Listening" plugin (By Ramin Gomari & Andrey Esin). -* File attachment function added to QuickPost (Using global uploader dialog). -* Complete support for ReTweet/Repeat function. -* Support for Tweetphoto in ImagePreview plugin (By Alexandro Infantes) -* Nick auto-completion implemented per account base. (Available in main window input boxes) -* Additional actions for User menu: Reply, Send Private Message, Subscribe/UnSubscribe, Block -* Better URL detection (By Andrey Esin) -* D-Bus Interface (By Emanuele Bigiarini) -* A konqueror plugin to use choqok directly (post selected text, shorten_url_onpaste on/off, share link & upload media servicemenus (By Emanuele Bigiarini) -* OAuth support for Twitter and Identica authentication. (Using QOauth Lib) -* Option for "Remove http:// from shortened URL". - -* New Plugins: - - Post Filtering (To filter out unwanted posts) - - Preview Videos (Supports YouTube and Vimeo) (By Emanuele Bigiarini) - -* New Shortener Plugins: - - ur.ly (A free [Apache 2.0 licensed] URL shorting service) (By Scott Banwart) - - u.nu (By Timothy Redaelli) - - urls.io (By Boris Tsirkin) - - goo.gl (By Andrey Esin) - - 3.ly (By Andrey Esin) - -* Uploader Plugins: - - TwitPic - - YFrog - -=== Version 0.9.55 (1.0 Beta1) -- 07-Mar-2010 === -* Actions to subscribe/unsubscribe and block a user, added to User menu. -* Splash screen on startup. -* "Attach media" button for StatusNet (Identi.ca) posts! Note: This feature is available in StatusNet >=0.9.x -* Ability to select which timelines to show. (per account) -* Favorite and Public timelines added to Available timelines for Twitter and Identica Accounts! (Disabled by default) -* Ability to see a conversation thread in a separate window (Just like 0.6.6) -* Saving search tabs and re-open them after restart! -* Show user's posts avatar at right instead of left! To distinguish them easier. -* Saving read/unread status of posts on exit. -* Selectable ReTweet prefix. -* Configure and About options for shortener plugins! -* And many improvements and bug fixes. - -* New Plugins: - - "ImagePreview" plugin to show a preview for images. (Currently: Twitpic.com and YFrog.com) - - "Twitpic" plugin to upload and share photos on Twitpic.com service! - -* New Shortener Plugins: - - ur1.ca (Bhaskar Kandiyal) - - Yourls shortener plugin! (Marcello Ceschia) - - -=== Version 0.9.4 (1.0 Alpha2) -- 15-Oct-2009 === -* Search API embedded into main window. -* "Who is" dialog added again, with support for Subscribe/Unsubscribe and Block a user! -* UnTiny plugin implemented. -* Shortener plugin for Is.gd. (Felix Rohrbach) -* "Open in web browser" symbol changed to ☛ -* Option for changing "exclamation mark" on group names, when re-sending a post on StatusNet to prevent Spamming! - - -=== Version 0.9.1 (1.0Alpha1) -- 13-Sep-2009 === -** The whole design have changed. And now, Choqok supports plugins for more Microblog services. - * Missed features since latest stable: - - Search API support. - - Notification for incoming posts. - - "Who is" and unTiny - - TwitPic - - -=== Version 0.6.6 -- 07-Aug-2009 === -* Icon improved and made greenish. (Roozbeh Shafiee) -* Ability to follow a thread (Or option to see all previous posts of a conversation) (Tejas Dinkar) -* Ability to resolve a TinyURL into a regular URL on url tooltip. (Tejas Dinkar) -* Replaced RT for ReTweet function by ♻-Symbol. -* Identica hashtag search problem fixed and works again. (And it's a full text search like Twitter custom) -* cycle through accounts using the scroll wheel on the system tray icon (Daniel Schaal) - - -=== Version 0.6.1 -- 13-Jun-2009 === -* Fix for Twitter new situation. (status number exceeded int size) (Tejas Dinkar) - - -=== Version 0.6 -- 22-May-2009 === -* Add support for smilies in texts. -* Add support for ReTweet function. -* Twitpic.com integration added, Posting to it and showing a thumbnail of it's pictures. -* Posting "Currently listening to ..." text for Amarok 2.X Player implemented! -* Option to use a custom browser instead of kde default implemented! (For Gnome users) -* Ability to abort posting new status. -* A "Who is ..." item added to user menu, to see Bio/Url and name of a user. -* Support for Digg.com shorturls service added. -* Better support for right to left languages, And users who use multiple languages with different directions. -* Image caching improved and some related bugs fixed. -* + bug fix and other improvements. - - -=== Version 0.5 -- 21-Mar-2009 === - * Twitter.com search API implemented. (Stephen Henderson) - * Identi.ca search API implemented. (Stephen Henderson) - * Integration of search facilities in MainWindow. and less need of using web browser. (Daniel Schaal) - * Support for Laconica websites implemented. - * Showing base status of a reply status on Choqok window. - * Icon updated. - * Many improvements on UI. (Daniel Schaal) - * Support for shortening urls on paste. (Stephen Henderson) - * + bug fix and other improvements. - - -=== Version 0.4 -- 12-Feb-2009 === - * Support for all functionalities of “Direct Messages” implemented. - * support for recognizing link of Identi.ca’s Tags and Groups implemented. - * First run wizard. - * Ability to Enable/Disable Notifications and Updating time-lines via system tray context menu. - * Support for TightURL (a free url shortening service) implemented. - * Support for using secure connections (HTTPS) is Back, it was disabled because the Identi.ca server doesn’t support it before. - * The “Quick Tweet” widget will remember its size. - * A global shortcut (Meta+Ctrl+C) sets for Toggle mainwindow visibility. - * Result of posting new status with Quick Tweet, will effect on system tray Icon. - * Add “Mark All As Read” action to the File Menu. (Thanks to “Casey Link” for patch) - * An “in reply to” link added to sign of reply statuses, and @USER links points to user account (Instead of main notice/status) - * Bunch of known bugs fixed. - - -=== Version 0.3 -- 11-Jan-2009 === - * Support for Multiple Accounts implemented. - * Support for Identi.ca service implemented. (Using its Twitter compatible API) - * Some information about user and Links added to User Interface via tooltips. - * The shape of post new status field on mainWindow changed to be more user friendly and more usable. - * Ability to Post new status to All available accounts implemented on Quick tweet tool. - * KWallet integration implemented. - * Media files manager improved. - * Support for Enabling or Disabling Spell checker by a shortcut key on new Tweet fields added. (Ctrl+S) - * Some reported and known bugs fixed. - - -=== Version 0.2 -- 01-Jan-2009 === - * Fetching User Images moved to background and make it asynchronous. - * Support for batch notifying added. - * Support for using secure connection (HTTPS) added. - * Support for KNotification implemented. - * Source code issues reported by Krazy fixed. - * Bug fix on saving statuses list. - * Support for shortening urls with more than 30 characters implemented. - * The back-end functions migrated to KIO library. - - -=== Version 0.1 -- 24-Dec-2008 === - * Initial version. diff --git a/choqok/choqok.install b/choqok/choqok.install deleted file mode 100644 index e70c054ec..000000000 --- a/choqok/choqok.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} From c41d67cb5c9b7519258dfde1235e5b0754589feb Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:26:14 +0200 Subject: [PATCH 07/17] drumstick rebuild #73 --- drumstick/PKGBUILD | 3 +-- drumstick/drumstick.install | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 drumstick/drumstick.install diff --git a/drumstick/PKGBUILD b/drumstick/PKGBUILD index 2c19cda16..f51300374 100644 --- a/drumstick/PKGBUILD +++ b/drumstick/PKGBUILD @@ -2,14 +2,13 @@ pkgname=drumstick pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="MIDI libraries for Qt5/C++" arch=('x86_64') url="http://drumstick.sourceforge.net/" license=('GPL') depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 'shared-mime-info' 'qt5-svg') makedepends=('cmake' 'doxygen' 'docbook-xsl') -install="$pkgname.install" source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2") sha256sums=('ae1d2c0d21b45d144e181b873ffbc2979a294fab31b8d71a5b0b8cad3276f38e') diff --git a/drumstick/drumstick.install b/drumstick/drumstick.install deleted file mode 100644 index b388e9b9a..000000000 --- a/drumstick/drumstick.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} \ No newline at end of file From 0612f61b836d2499f7f1ff176b3ca59f2c22b704 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:26:25 +0200 Subject: [PATCH 08/17] digikam rebuild #73 --- digikam/PKGBUILD | 4 +--- digikam/digikam.install | 11 ----------- digikam/kipi-plugins.install | 11 ----------- 3 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 digikam/digikam.install delete mode 100644 digikam/kipi-plugins.install diff --git a/digikam/PKGBUILD b/digikam/PKGBUILD index 6464ffe7c..95c64588f 100644 --- a/digikam/PKGBUILD +++ b/digikam/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=digikam pkgname=('digikam' 'kipi-plugins') _pkgver=5.9.0 pkgver=${_pkgver//-/_} -pkgrel=1 +pkgrel=2 epoch=1 url="https://www.digikam.org/" arch=('x86_64') @@ -47,7 +47,6 @@ package_digikam() { optdepends=('kipi-plugins: more tools and plugins' 'qt5-imageformats: support for additional image formats (WEBP, TIFF)' 'hugin: panorama tool') - install=digikam.install cd build/core make DESTDIR="$pkgdir" install @@ -72,7 +71,6 @@ package_kipi-plugins() { 'qt5-gstreamer: Video SlideShow plugin' 'threadweaver: panorama plugin' 'hugin: panorama plugin') - install=kipi-plugins.install cd build/extra make DESTDIR="$pkgdir" install diff --git a/digikam/digikam.install b/digikam/digikam.install deleted file mode 100644 index e70c054ec..000000000 --- a/digikam/digikam.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/digikam/kipi-plugins.install b/digikam/kipi-plugins.install deleted file mode 100644 index e70c054ec..000000000 --- a/digikam/kipi-plugins.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} From 7c3a75e122c521d684d4d46c4c3683c656ff3d82 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:26:36 +0200 Subject: [PATCH 09/17] clementine-qt5 rebuild #73 --- clementine-qt5/PKGBUILD | 3 +-- clementine-qt5/clementine.install | 14 -------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 clementine-qt5/clementine.install diff --git a/clementine-qt5/PKGBUILD b/clementine-qt5/PKGBUILD index 9cb365c0d..99eddb5dd 100644 --- a/clementine-qt5/PKGBUILD +++ b/clementine-qt5/PKGBUILD @@ -2,7 +2,7 @@ pkgname=clementine-qt5 _pkgname=Clementine pkgver=1.3.1.r428.gabf390729 _pkgver=abf3907 -pkgrel=1 +pkgrel=2 pkgdesc="Experimental Qt5 version of Clementine, a modern music player and library organiser." arch=('x86_64') license=('GPL') @@ -10,7 +10,6 @@ depends=('gstreamer' 'taglib' 'glew' 'desktop-file-utils' 'hicolor-icon-theme' 'qt5-base' 'libechonest' 'protobuf' 'crypto++' 'chromaprint' 'libmygpo-qt5' 'qt5-x11extras' 'libgpod' 'liblastfm' 'sparsehash' 'libcdio' 'libmtp' 'fftw') makedepends=('git' 'boost' 'cmake' 'mesa' 'qt5-tools' 'gst-libav') -install=clementine.install optdepends=('gst-plugins-base: for more open formats' 'gst-plugins-good: for use with "Good" plugin libraries' 'gst-plugins-bad: for use with "Bad" plugin libraries' diff --git a/clementine-qt5/clementine.install b/clementine-qt5/clementine.install deleted file mode 100644 index 416aa4993..000000000 --- a/clementine-qt5/clementine.install +++ /dev/null @@ -1,14 +0,0 @@ -pkgname=clementine - -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install $1 -} - - -post_remove() { - post_install $1 -} From ff0e9834decd8270f5c24b434b661f1057b33bd9 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:40:57 +0200 Subject: [PATCH 10/17] falkon rebuild #73 --- falkon/PKGBUILD | 3 +-- falkon/falkon.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 falkon/falkon.install diff --git a/falkon/PKGBUILD b/falkon/PKGBUILD index 2a8dd8c03..d5db5d7e5 100644 --- a/falkon/PKGBUILD +++ b/falkon/PKGBUILD @@ -1,6 +1,6 @@ pkgname='falkon' pkgver=3.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Cross-platform QtWebEngine browser" url="https://github.com/KDE/falkon" arch=('x86_64') @@ -11,7 +11,6 @@ optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet integration') conflicts=('qupzilla') replaces=('qupzilla') -install=${pkgname}.install categories=('network') source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz" '0001-branded-speeddial.patch' diff --git a/falkon/falkon.install b/falkon/falkon.install deleted file mode 100644 index becc16cb5..000000000 --- a/falkon/falkon.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} From 5fb2da5e05e14cf5e80aef018a6dfe7b4dfb65a7 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:41:09 +0200 Subject: [PATCH 11/17] fcitx rebuild #73 --- fcitx/PKGBUILD | 2 +- fcitx/fcitx.install | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/fcitx/PKGBUILD b/fcitx/PKGBUILD index 4263d12fd..1658f6d34 100644 --- a/fcitx/PKGBUILD +++ b/fcitx/PKGBUILD @@ -1,7 +1,7 @@ pkgbase=fcitx pkgname=('fcitx' 'fcitx-pinyin' 'fcitx-table') pkgver=4.2.9.6 -pkgrel=1 +pkgrel=2 arch=('x86_64') license=('GPL') url="https://fcitx-im.org/wiki/Fcitx" diff --git a/fcitx/fcitx.install b/fcitx/fcitx.install index 9db21243b..91657e9ef 100644 --- a/fcitx/fcitx.install +++ b/fcitx/fcitx.install @@ -5,10 +5,6 @@ post_install() { printf "\e[01;33mfcitx-pinyin and fcitx-table are splitted from fcitx, please\n" printf "install them separately.\n\e[00m" printf "=============================================================\n" - - update-desktop-database -q - update-mime-database usr/share/mime &> /dev/null - xdg-icon-resource forceupdate --theme hicolor &> /dev/null } post_upgrade() { From ff90e21baec644d25701799438898f11e2fd70cc Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:41:42 +0200 Subject: [PATCH 12/17] fingerprint-gui move to qt5 version #73 --- fingerprint-gui/PKGBUILD | 31 ++++++++++----- .../fingerprint-gui-udev-0050.patch | 22 +++++++++++ .../fingerprint-gui-udev-path.patch | 38 +++++++++++++++++++ fingerprint-gui/fingerprint-gui.install | 6 +-- 4 files changed, 83 insertions(+), 14 deletions(-) create mode 100644 fingerprint-gui/fingerprint-gui-udev-0050.patch create mode 100644 fingerprint-gui/fingerprint-gui-udev-path.patch diff --git a/fingerprint-gui/PKGBUILD b/fingerprint-gui/PKGBUILD index 1f1a51ede..03e5097ca 100644 --- a/fingerprint-gui/PKGBUILD +++ b/fingerprint-gui/PKGBUILD @@ -1,28 +1,41 @@ pkgname=fingerprint-gui pkgver=1.09 -pkgrel=1 +pkgrel=2 pkgdesc="Application for fingerprint-based authentication, automatically support UPEK fingerprint readers with non-free library" arch=('x86_64') url="http://www.ullrich-online.cc/fingerprint/" license=('GPL') -depends=('libfprint' 'libfakekey' 'polkit-qt4' 'qca' 'libusb') -source=("http://ullrich-online.cc/nview/Appliance/fingerprint/download/${pkgname}-${pkgver}.tar.gz") +depends=('libfprint' 'libfakekey' 'polkit-qt5' 'qca-qt5' 'qt5-x11extras') +optdepends=('libusb: for libbsapi') +source=("https://github.com/maksbotan/${pkgname}/archive/v${pkgver}-qt5.tar.gz" + "fingerprint-gui-udev-path.patch" + "fingerprint-gui-udev-0050.patch") install="${pkgname}.install" sha1sums=('02276783cb9d6a36a2aa24e4a981660acd68c0e2') +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}-qt5" + patch -p1 -i "${srcdir}/fingerprint-gui-udev-path.patch" + patch -p1 -i "${srcdir}/fingerprint-gui-udev-0050.patch" +} + build() { - cd "${srcdir}/${pkgname}-${pkgver}" - qmake PREFIX=/usr LIB=/usr/lib + cd "${srcdir}/${pkgname}-${pkgver}-qt5" + qmake PREFIX=/usr LIB=/usr/lib QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${pkgver}-qt5" make INSTALL_ROOT="${pkgdir}/" install - install -Dm644 "CHANGELOG" "COPYING" "${pkgdir}/usr/share/doc/${pkgname}/" + make INSTALL_ROOT="${pkgdir}/" upek-rules + make INSTALL_ROOT="${pkgdir}/" upek-cfg + # upstream build rule wanna create group/change rights as well install -dm770 "${pkgdir}/var/upek_data" - install -Dm644 "upek/upek.cfg" "${pkgdir}/etc/" - install -Dm644 "upek/91-fingerprint-gui-upek.rules" "${pkgdir}/etc/udev/rules.d/" + # we are using custom rule to define arch by using our mechanisms + # (e.g. crossplatform build) install -Dm644 upek/lib64/libbsapi.so.* "${pkgdir}/usr/lib/" + + install -Dm644 "CHANGELOG" "COPYING" "${pkgdir}/usr/share/doc/${pkgname}/" } diff --git a/fingerprint-gui/fingerprint-gui-udev-0050.patch b/fingerprint-gui/fingerprint-gui-udev-0050.patch new file mode 100644 index 000000000..9ba5c8f99 --- /dev/null +++ b/fingerprint-gui/fingerprint-gui-udev-0050.patch @@ -0,0 +1,22 @@ +diff -ruN fingerprint-gui-1.09-orig/upek/91-fingerprint-gui-upek.rules fingerprint-gui-1.09/upek/91-fingerprint-gui-upek.rules +--- fingerprint-gui-1.09-orig/upek/91-fingerprint-gui-upek.rules 2017-01-12 19:48:38.325444912 +0300 ++++ fingerprint-gui-1.09/upek/91-fingerprint-gui-upek.rules 2017-01-12 19:50:35.799120728 +0300 +@@ -7,6 +7,10 @@ + ATTRS{idVendor}=="147e", ATTRS{idProduct}=="100[0123]", SYMLINK+="input/touchchip-%k", MODE="0664", GROUP="plugdev" + ATTRS{idVendor}=="147e", ATTRS{idProduct}=="300[01]", SYMLINK+="input/touchchip-%k", MODE="0664", GROUP="plugdev" + ATTRS{idVendor}=="147e", ATTRS{idProduct}=="500[23]", SYMLINK+="input/touchchip-%k", MODE="0664", GROUP="plugdev" ++ATTRS{idVendor}=="138a", ATTRS{idProduct}=="0018", SYMLINK+="input/touchchip-%k", MODE="0664", GROUP="plugdev" ++ATTRS{idVendor}=="138a", ATTRS{idProduct}=="003d", SYMLINK+="input/touchchip-%k", MODE="0664", GROUP="plugdev" ++ATTRS{idVendor}=="138a", ATTRS{idProduct}=="0050", SYMLINK+="input/touchchip-%k", MODE="0664", GROUP="plugdev" ++ATTRS{idVendor}=="138a", ATTRS{idProduct}=="0092", SYMLINK+="input/touchchip-%k", MODE="0664", GROUP="plugdev" + + # enable power saving + ATTRS{idVendor}=="0483", ATTRS{idProduct}=="201[56]", ATTR{power/control}=="*", ATTR{power/control}="auto" +@@ -15,3 +16,7 @@ + ATTRS{idVendor}=="147e", ATTRS{idProduct}=="100[0123]", ATTR{power/control}=="*", ATTR{power/control}="auto" + ATTRS{idVendor}=="147e", ATTRS{idProduct}=="300[01]", ATTR{power/control}=="*", ATTR{power/control}="auto" + ATTRS{idVendor}=="147e", ATTRS{idProduct}=="500[23]", ATTR{power/control}=="*", ATTR{power/control}="auto" ++ATTRS{idVendor}=="138a", ATTRS{idProduct}=="0018", ATTR{power/control}=="*", ATTR{power/control}="auto" ++ATTRS{idVendor}=="138a", ATTRS{idProduct}=="003d", ATTR{power/control}=="*", ATTR{power/control}="auto" ++ATTRS{idVendor}=="138a", ATTRS{idProduct}=="0050", ATTR{power/control}=="*", ATTR{power/control}="auto" ++ATTRS{idVendor}=="138a", ATTRS{idProduct}=="0092", ATTR{power/control}=="*", ATTR{power/control}="auto" diff --git a/fingerprint-gui/fingerprint-gui-udev-path.patch b/fingerprint-gui/fingerprint-gui-udev-path.patch new file mode 100644 index 000000000..dd3d391ef --- /dev/null +++ b/fingerprint-gui/fingerprint-gui-udev-path.patch @@ -0,0 +1,38 @@ +diff -ruN fingerprint-gui-1.09-orig/bin/fingerprint-helper/fingerprint-helper.pro fingerprint-gui-1.09/bin/fingerprint-helper/fingerprint-helper.pro +--- fingerprint-gui-1.09-orig/bin/fingerprint-helper/fingerprint-helper.pro 2016-11-21 15:24:35.315792087 +0300 ++++ fingerprint-gui-1.09/bin/fingerprint-helper/fingerprint-helper.pro 2016-11-21 15:25:24.527899001 +0300 +@@ -22,8 +22,8 @@ + QMAKE_CXXFLAGS+=-fno-strict-aliasing + +-uinput-rules.path = $${INSTALL_ROOT}/etc/udev/rules.d +-uinput-rules.commands = install -d $(INSTALL_ROOT)/etc/udev/rules.d; \ +- install -m 644 ./92-fingerprint-gui-uinput.rules $(INSTALL_ROOT)/etc/udev/rules.d ++uinput-rules.path = $${INSTALL_ROOT}/usr/lib/udev/rules.d ++uinput-rules.commands = install -d $(INSTALL_ROOT)/usr/lib/udev/rules.d; \ ++ install -m 644 ./92-fingerprint-gui-uinput.rules $(INSTALL_ROOT)/usr/lib/udev/rules.d + + INSTALLS += target uinput-rules + +diff -ruN fingerprint-gui-1.09-orig/fingerprint.pro fingerprint-gui-1.09/fingerprint.pro +--- fingerprint-gui-1.09-orig/fingerprint.pro 2016-11-21 15:33:45.215341967 +0300 ++++ fingerprint-gui-1.09/fingerprint.pro 2016-11-21 15:36:26.077954927 +0300 +@@ -17,8 +17,8 @@ + install -m 644 ./upek/lib/libbsapi.so.4.0 ./upek/lib/libbsapi.so.4.3 $(INSTALL_ROOT)$${LIBDIR}; \ + fi; \ + ldconfig +-upek-rules.commands = install -d $(INSTALL_ROOT)/etc/udev/rules.d; \ +- install -m 644 ./upek/91-fingerprint-gui-upek.rules $(INSTALL_ROOT)/etc/udev/rules.d ++upek-rules.commands = install -d $(INSTALL_ROOT)/usr/lib/udev/rules.d; \ ++ install -m 644 ./upek/91-fingerprint-gui-upek.rules $(INSTALL_ROOT)/usr/lib/udev/rules.d + upek-cfg.commands = install -d $(INSTALL_ROOT)/etc; \ + install -m 644 ./upek/upek.cfg $(INSTALL_ROOT)/etc/upek.cfg + upek-dir.commands = install -d $(INSTALL_ROOT)/var/upek_data; \ +@@ -38,7 +38,7 @@ + uninstall-upek.commands = rm -f $(INSTALL_ROOT)$${LIBDIR}/libbsapi.so.4.0; \ + rm -f $(INSTALL_ROOT)$${LIBDIR}/libbsapi.so.4.3; \ + rm -rf $(INSTALL_ROOT)/var/upek_data; \ +- rm -f $(INSTALL_ROOT)/etc/udev/rules.d/91-fingerprint-gui-upek.rules; \ ++ rm -f $(INSTALL_ROOT)/usr/lib/udev/rules.d/91-fingerprint-gui-upek.rules; \ + ldconfig + + # for version 1.07 change ownership and permissions of data directories and files diff --git a/fingerprint-gui/fingerprint-gui.install b/fingerprint-gui/fingerprint-gui.install index 64a16bed1..f4a7e4d85 100644 --- a/fingerprint-gui/fingerprint-gui.install +++ b/fingerprint-gui/fingerprint-gui.install @@ -44,13 +44,9 @@ EOF chown -R root.root "/var/lib/fingerprint-gui" find "/var/lib/fingerprint-gui" -type d -exec chmod 755 {} \; find "/var/lib/fingerprint-gui" -type f -exec chmod 600 {} \; - # icon update - update-desktop-database -q - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + } post_remove() { getent group plugdev &> /dev/null && groupdel plugdev > /dev/null - update-desktop-database -q - xdg-icon-resource forceupdate --theme hicolor &> /dev/null } From 47514b39fe1b03402286a2a2253664b6f5a9e7bb Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:58:35 +0200 Subject: [PATCH 13/17] fingerprint-gui fix sha --- fingerprint-gui/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fingerprint-gui/PKGBUILD b/fingerprint-gui/PKGBUILD index 03e5097ca..63f8ee446 100644 --- a/fingerprint-gui/PKGBUILD +++ b/fingerprint-gui/PKGBUILD @@ -11,7 +11,9 @@ source=("https://github.com/maksbotan/${pkgname}/archive/v${pkgver}-qt5.tar.gz" "fingerprint-gui-udev-path.patch" "fingerprint-gui-udev-0050.patch") install="${pkgname}.install" -sha1sums=('02276783cb9d6a36a2aa24e4a981660acd68c0e2') +sha1sums=('41649cfa5cb42f4ae5327095da0585425a6b3dd0' + 'f75eec87ab45d0fd6a2bcf3a6282ac19843c5380' + 'a9afa47bab503fa9f6798940a12365058b997b96') prepare() { cd "${srcdir}/${pkgname}-${pkgver}-qt5" From b0e0a90b7a2ed22317d8a1d8e266dd7e8e70b426 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 22:58:48 +0200 Subject: [PATCH 14/17] falkon fix sha --- falkon/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falkon/PKGBUILD b/falkon/PKGBUILD index d5db5d7e5..ddb686a74 100644 --- a/falkon/PKGBUILD +++ b/falkon/PKGBUILD @@ -16,7 +16,7 @@ source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz '0001-branded-speeddial.patch' 'start-white.png') sha1sums=('1c3b75b8c156b4f28ebb3c30e60e72c57233d47c' - '4a8ce572682fb15839eca91842e874c17b50cb65' + '0045ac3a37a6a16347acf82046b63cd772bbd377' '6ec67993bda3054d4210cc08177b124f873774e3') prepare() { From 06584370d991a9f2fa9dd242c0196d2668ebc734 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 23:13:35 +0200 Subject: [PATCH 15/17] kadu rebuild #73 --- k9copy/PKGBUILD | 34 ------------------------ k9copy/k9copy-2.3.5-gcc45.patch | 26 ------------------ k9copy/k9copy.install | 11 -------- kadu/PKGBUILD | 3 +-- kadu/kadu.install | 47 --------------------------------- 5 files changed, 1 insertion(+), 120 deletions(-) delete mode 100644 k9copy/PKGBUILD delete mode 100644 k9copy/k9copy-2.3.5-gcc45.patch delete mode 100644 k9copy/k9copy.install delete mode 100644 kadu/kadu.install diff --git a/k9copy/PKGBUILD b/k9copy/PKGBUILD deleted file mode 100644 index 514a88522..000000000 --- a/k9copy/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# -# Apps Packages for Chakra, part of chakra-project.org -# -# maintainer: Neophytos Kolokotronis - -pkgname=k9copy -pkgver=2.3.8 -pkgrel=2 -pkgdesc="A small utility which allows the copy of DVD under Linux" -arch=('x86_64') -url="http://k9copy.sourceforge.net" -license=('GPL') -depends=('kde-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor' 'phonon' 'docbook-xsl') -makedepends=('automoc4' 'cmake') -categories=('multimedia') -install=k9copy.install -screenshot=(http://k9copy.sourceforge.net/web/images/screenshots/scr10.jpeg) -source=(http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz) -md5sums=('584f6cc50f28befbeb0d5c1ec9476456') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}-Source" - - sed -i -e "s:Name=k9copy:Name=K9copy:g" k9copy.desktop k9copy_assistant.desktop - - cmake -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}-Source" - - make DESTDIR="${pkgdir}" install -} diff --git a/k9copy/k9copy-2.3.5-gcc45.patch b/k9copy/k9copy-2.3.5-gcc45.patch deleted file mode 100644 index 093ef01e9..000000000 --- a/k9copy/k9copy-2.3.5-gcc45.patch +++ /dev/null @@ -1,26 +0,0 @@ -Passing const char * instead of QByteArray to printf - -http://bugs.gentoo.org/show_bug.cgi?id=304755 - -Patch written by Kacper Kowalik - ---- src/xine/k9xineplayer.cpp -+++ src/xine/k9xineplayer.cpp -@@ -251,7 +251,7 @@ - - if ((vo_port = xine_open_video_driver(xine, - m_vo.toAscii(), XINE_VISUAL_TYPE_X11, (void *) &vis)) == NULL) { -- printf("I'm unable to initialize '%s' video driver. Giving up.\n", m_vo.toAscii()); -+ printf("I'm unable to initialize '%s' video driver. Giving up.\n", m_vo.toAscii().constData()); - return ; - } - -@@ -270,7 +270,7 @@ - running=false; - m_title=""; - if ((!xine_open(stream, m_mrl.toUtf8())) || (!xine_play(stream, 0, 0))) { -- printf("Unable to open mrl '%s'\n", m_mrl.toUtf8()); -+ printf("Unable to open mrl '%s'\n", m_mrl.toUtf8().constData()); - return ; - } - QTimer::singleShot (500, this, SLOT (updatePosition ())); diff --git a/k9copy/k9copy.install b/k9copy/k9copy.install deleted file mode 100644 index e70c054ec..000000000 --- a/k9copy/k9copy.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/kadu/PKGBUILD b/kadu/PKGBUILD index 60552f006..b3467dd4a 100644 --- a/kadu/PKGBUILD +++ b/kadu/PKGBUILD @@ -1,6 +1,6 @@ pkgname=kadu pkgver=4.3 -pkgrel=1 +pkgrel=3 pkgdesc="A Qt-based Gadu-Gadu client" arch=('x86_64') url="http://www.kadu.net/" @@ -12,7 +12,6 @@ makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'qt5-tools' 'qxmpp') optdepends=('qxmpp: Jabber protocol') conflicts=('kadu-svn') screenshot=('http://www.kadu.im/wiki/images/thumb/2/24/Screen_mainpage_pl.png/450px-Screen_mainpage_pl.png') -install=kadu.install source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2) md5sums=('011899121ca5a7e653892f29072032e2') diff --git a/kadu/kadu.install b/kadu/kadu.install deleted file mode 100644 index 5637b6d54..000000000 --- a/kadu/kadu.install +++ /dev/null @@ -1,47 +0,0 @@ -# arg 1: the new package version -pre_install() { - /bin/true -} - -# arg 1: the new package version -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - echo - echo "Below is a list of optional dependencies needed by certain modules:" - echo - echo " ----------------------- ------------------" - echo "| module | package |" - echo " ----------------------- ------------------" - echo "| ao_sound | libao |" - echo "| encryption | qca |" - echo "| idle | libxss |" - echo "| plus_pl_sms | curl |" - echo "| sound | libsndfile |" - echo "| spellchecker | aspell |" - echo "| xmms_mediaplayer | xmms |" - echo " ----------------------- ------------------" - echo -} - -# arg 1: the new package version -# arg 2: the old package version -pre_upgrade() { - /bin/true -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install -} - -# arg 1: the old package version -pre_remove() { - /bin/true -} - -# arg 1: the old package version -post_remove() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - From 3153b9f08add742a774a52ed4c538ea4a2c992d2 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 23:13:55 +0200 Subject: [PATCH 16/17] fingerprint-gui fix qmake line --- fingerprint-gui/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fingerprint-gui/PKGBUILD b/fingerprint-gui/PKGBUILD index 63f8ee446..9fed53714 100644 --- a/fingerprint-gui/PKGBUILD +++ b/fingerprint-gui/PKGBUILD @@ -23,7 +23,7 @@ prepare() { build() { cd "${srcdir}/${pkgname}-${pkgver}-qt5" - qmake PREFIX=/usr LIB=/usr/lib QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" + qmake-qt5 PREFIX=/usr LIB=/usr/lib QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" make } From b60cd787310deafc42cb3a29b9a47148879c8b9e Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 10 Jul 2018 23:36:10 +0200 Subject: [PATCH 17/17] x2goclient 4.1.1.0 --- kmess/PKGBUILD | 43 ----------------------------------- kmess/kmess.install | 11 --------- x2goclient/PKGBUILD | 43 +++++++++++++++++++---------------- x2goclient/x2goclient.install | 11 --------- 4 files changed, 23 insertions(+), 85 deletions(-) delete mode 100644 kmess/PKGBUILD delete mode 100644 kmess/kmess.install delete mode 100644 x2goclient/x2goclient.install diff --git a/kmess/PKGBUILD b/kmess/PKGBUILD deleted file mode 100644 index 8547c4d80..000000000 --- a/kmess/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# -# Chakra Packages for Chakra, part of chakra-project.org -# -# maintainer (i686): Phil Miller -# maintainer (x86_64): Manuel Tortosa - -pkgname=kmess -pkgver=2.0.6.2 -pkgrel=3 -pkgdesc="KMess is a MSN Messenger client for Linux." -arch=('i686' 'x86_64') -url="http://kmess.sourceforge.net/" -license=('GPL') -depends=('libxss' 'libxslt' 'giflib' 'kdebase-runtime' 'xdg-utils' 'qt') -makedepends=('automoc4' 'cmake' 'docbook-xsl') -optdepends=('cabextract: provides winks support') -categories=('communication') -install="kmess.install" -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -# "http://lekensteyn.nl/files/kmess/follow-location-redirects.patch") -md5sums=('a2e57911713308bef81b9347135cc5dd') -# '73cda6f36eda602fc0ce9e23051e603a') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # Patch for fixing the latest connection issues. - # Should be removed when this gets integrated in a new release. - # See http://kmess.org/board/viewtopic.php?f=4&t=20549&start=15 - # patch -Np1 -i "${srcdir}/follow-location-redirects.patch" - - mkdir -p build - cd build - - cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}/build" - make DESTDIR="${pkgdir}" install -} diff --git a/kmess/kmess.install b/kmess/kmess.install deleted file mode 100644 index c5571196e..000000000 --- a/kmess/kmess.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_upgrade() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_remove() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} diff --git a/x2goclient/PKGBUILD b/x2goclient/PKGBUILD index 34226de46..7cdb3b0bc 100644 --- a/x2goclient/PKGBUILD +++ b/x2goclient/PKGBUILD @@ -1,33 +1,36 @@ pkgname=x2goclient -pkgver=4.0.5.2 +pkgver=4.1.1.0 pkgrel=1 -pkgdesc="a graphical client (Qt4) for the X2Go system" +pkgdesc="A graphical client (Qt5) for the X2Go system" arch=('x86_64') license=('GPL2') url="http://www.x2go.org" -depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils') -makedepends=('man2html') -install=x2goclient.install -source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('350012ecf5bed14073c8a3545bf783f015f061ca') +depends=('qt5-x11extras' 'qt5-svg' 'phonon-qt5' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme') +makedepends=('qt5-tools' 'man2html' 'xdg-utils' 'xorg-xauth') +# FS#48088 +optdepends=('xorg-xauth: may be required by X2goservers running a different linux distribution giving MIT-COOKIE errors') +source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}) +sha256sums=('be153529f67e34849b1d807170bf1de1c2d3e1bbe6c5a25ad457c88a981b63ca' + 'SKIP') +validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31' # Mike Gabriel + '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # "X2go Git Administrator " + +prepare() { + cd ${pkgname}-${pkgver} + sed -i "s:-o root -g root ::" Makefile + # Enable a qt5 build + sed -i 's:qmake-qt4:qmake-qt5:' Makefile + sed -i 's:lrelease-qt4:lrelease-qt5:' Makefile +} build() { cd ${pkgname}-${pkgver} - - sed -i "s:-o root -g root ::" Makefile - sed -i "s/qmake-qt4/qmake/" config_linux.sh - sed -i "s/qmake-qt4/qmake/" config_linux_plugin.sh - sed -i "s/qmake-qt4/qmake/" Makefile - sed -i "s/lrelease-qt4/lrelease/" Makefile - - #make PREFIX=/usr - #make PREFIX=/usr build_man # target broken and making the build hang - make PREFIX=/usr build_pluginprovider - make PREFIX=/usr build_client - make PREFIX=/usr build_plugin + make PREFIX=/usr build_client + # Don't build the browser plugin - requires qt4 (also NPAPI is deprecated) + make PREFIX=/usr build_man } package() { cd ${pkgname}-${pkgver} - make PREFIX=/usr DESTDIR="$pkgdir" install + make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man } diff --git a/x2goclient/x2goclient.install b/x2goclient/x2goclient.install deleted file mode 100644 index becd68a23..000000000 --- a/x2goclient/x2goclient.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor -} - -post_upgrade() { - xdg-icon-resource forceupdate --theme hicolor -} - -post_remove() { - xdg-icon-resource forceupdate --theme hicolor -}