Merge branch 'master' of code.chakralinux.org:packages/desktop

This commit is contained in:
Francesco Marinucci 2018-07-11 17:30:48 +02:00
commit 9067103b80
42 changed files with 139 additions and 739 deletions

View File

@ -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')

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -1,34 +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=3
_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')
install=$pkgname.install
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
}

View File

@ -1,12 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -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"

View File

@ -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
}

View File

@ -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'

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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')

View File

@ -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.cas 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 doesnt 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.

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -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'

View File

@ -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
}

View File

@ -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

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -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')

View File

@ -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
}

View File

@ -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,13 +11,12 @@ 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'
'start-white.png')
sha1sums=('1c3b75b8c156b4f28ebb3c30e60e72c57233d47c'
'4a8ce572682fb15839eca91842e874c17b50cb65'
'0045ac3a37a6a16347acf82046b63cd772bbd377'
'6ec67993bda3054d4210cc08177b124f873774e3')
prepare() {

View File

@ -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
}

View File

@ -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"

View File

@ -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() {

View File

@ -1,28 +1,43 @@
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')
sha1sums=('41649cfa5cb42f4ae5327095da0585425a6b3dd0'
'f75eec87ab45d0fd6a2bcf3a6282ac19843c5380'
'a9afa47bab503fa9f6798940a12365058b997b96')
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-qt5 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}/"
}

View File

@ -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"

View File

@ -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

View File

@ -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
}

View File

@ -1,34 +0,0 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
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
}

View File

@ -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 <xarthisius.kk@gmail.com>
--- 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 ()));

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -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')

View File

@ -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
}

View File

@ -1,43 +0,0 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
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
}

View File

@ -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
}

View File

@ -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 <mike.gabriel@das-netzwerkteam.de>
'1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # "X2go Git Administrator <git-admin@x2go.org>"
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
}

View File

@ -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
}