mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-06-28 06:31:42 +00:00
move to aur-dev
This commit is contained in:
1
appset-qt
Submodule
1
appset-qt
Submodule
Submodule appset-qt added at 10776b1ac3
@ -1,41 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Author: Simone Tobia <simone.tobia at gmail dot com>
|
||||
|
||||
pkgname=appset-qt
|
||||
pkgver='0.7.2'
|
||||
pkgrel=6
|
||||
pkgdesc="An advanced and feature rich Package Manager Frontend"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://appset.sourceforge.net/"
|
||||
license=('GPL2')
|
||||
depends=('qt4>=4.7' 'qtwebkit')
|
||||
optdepends=('packer: for AUR support')
|
||||
source=(http://sourceforge.net/projects/appset/files/appset-qt/0.7/${pkgver}/${pkgname}-${pkgver}-sources.tar.gz
|
||||
appset-helper.service)
|
||||
install=${pkgname}.install
|
||||
changelog=${pkgname}.changelog
|
||||
md5sums=('8658b6452e1f941af8501a6a772b6cd9'
|
||||
'7791c134cc275b387c1290f771e43a3d')
|
||||
|
||||
build()
|
||||
{
|
||||
cd "${srcdir}/${pkgname}-${pkgver}-sources"
|
||||
|
||||
qmake-qt4 PREFIX=/usr -Wnone
|
||||
|
||||
# localization
|
||||
lrelease-qt4 Qt/AppSet-Qt/*.ts
|
||||
lrelease-qt4 Qt/AppSetTray-Qt/*.ts
|
||||
lrelease-qt4 Qt/AppSetRepoEditor-Qt/*.ts
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/${pkgname}-${pkgver}-sources"
|
||||
|
||||
make INSTALL_ROOT="${pkgdir}" install
|
||||
# appset-helper daemon
|
||||
install -D -m644 ../appset-helper.service "${pkgdir}/usr/lib/systemd/system/appset-helper.service"
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
[Unit]
|
||||
Description=Appset Helper Daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/appset-helper
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -1,153 +0,0 @@
|
||||
0.7.1 :
|
||||
-"Memory leak in trayicon when no sync folder present" bug fixed
|
||||
-"Locale format" bug fixed
|
||||
-Changed deprecated (in Qt 4.8) function calls for QQueue
|
||||
-Updated zh_TW and hu_HU translations
|
||||
|
||||
0.7.0 :
|
||||
-A button to stop package downloading once started (feature req. #3413922)
|
||||
-Owned files tree view tab for installed packages (with desktop theme file icons, not in enhanced view, feature req. #3413878)
|
||||
-New packages search filter: repository
|
||||
-Per repository statistics
|
||||
-An alternative (not for AUR/CCR) way to execute requested operations on an external X Terminal emulator where:
|
||||
*the X Terminal Emulator is configurable via options panel
|
||||
*in the "check and apply" page you can select (via radio button) to use the internal (like before and default) or external tool
|
||||
*AUR/CCR now working only with external tools (also fixes bug #3420465 and #3413000)
|
||||
-New option for tray icon visibility (Always or only when there are available updates)
|
||||
-New option to enable/disable rss feed reader (feature req. #3353471)
|
||||
-New option to enable/disable packages homepage loading (feature req. #3353471)
|
||||
-New option to select the first page ("Start" or "All" packages)
|
||||
-Tabbed options panel
|
||||
-Hungarian translation
|
||||
|
||||
0.6.4 :
|
||||
-AUR/CCR show installed action fixed (bug #3399666)
|
||||
-Main GUI memory optimizations
|
||||
|
||||
0.6.3 :
|
||||
-Tray icon change after db upgrade (bug #3394196)
|
||||
-Minor memory optimizations
|
||||
|
||||
0.6.2 :
|
||||
-Upgrade not asking for packages replace bug fixed
|
||||
-Tray icon increasing amount of memory over time bug fixed
|
||||
-Extra info checkbox not working bug fixed
|
||||
|
||||
0.6.1 :
|
||||
-Black feed reader widget with dark themes bug fixed (bug #3376645)
|
||||
-Software categories in packages view as left panel (feature req. #3321918)
|
||||
-Packages homepage and details in separated tabs
|
||||
-Other minor UI changes
|
||||
-Basque translation
|
||||
-Russian translation
|
||||
|
||||
0.6.0 :
|
||||
-The option to manually answer to backend's questions (only in english). There are 3 choices in option panel:
|
||||
*Automatic (the old behaviour)
|
||||
*Semi-Automatic (few user interactions required - By now only questions like: "Replace ... with ... ?" and "... and ... are in conflict. Remove ...?") DEFAULT
|
||||
*Ask everything (All backend questions require user interaction)
|
||||
-Repository editor tool (show, modify, add, remove and change priority for repositories)
|
||||
-"Report a bug" and "Request a feature" buttons in main GUI
|
||||
-The option to disable packages preload on startup to minimize memory and CPU usage on boot
|
||||
-Upgrade backend tool integration with new auth structure bug fixed
|
||||
-Chinese (China) translation
|
||||
-Portuguese (Portugal) translation
|
||||
-Portuguese (Brazilian) translation
|
||||
-pacman-color + packer + appset conflict fixed
|
||||
-"Start Fullscreen" bug fixed
|
||||
-"Extra Info" option persistency bug fixed
|
||||
|
||||
|
||||
0.5.1 :
|
||||
-Some minor bugs fixed for both tray and main GUI
|
||||
-Romanian translation
|
||||
-Serbian translation
|
||||
|
||||
0.5.0 :
|
||||
-Completely new authorization structure:
|
||||
*Now starts immediately (without asking for password) as unprivileged user (every user can browse apps)
|
||||
*Requests superuser authorization for privileged operations (only when needed)
|
||||
*Drops superuser privileges immediately when it is not more useful (more secure)
|
||||
*Let's the main GUI to be preloaded by the tray (faster startup)
|
||||
*Closing/Minimizing the main GUI (also when running privileged operations) is managed by the tray
|
||||
*Tray click leads to show/hide the main GUI
|
||||
*Closing the tray also closes AppSet instances (when running privileged operations ask for a confirmation)
|
||||
*Tray "check for updates NOW!" action is now calling the authorization backend (and really works better than before)
|
||||
-Options are now stored "per user" (every possible sudoer has its own options)
|
||||
-New option "Auto select system files for upgrade" (checked by default) for "non expert users" (disabled if in expert mode)
|
||||
-Search bar delay now default to 1200 ms
|
||||
-Removed AppSetTray-Qt desktop file (now there is only AppSet-Qt in DE's menus)
|
||||
-Better integration with helper daemon
|
||||
-News reader now retries (every 5 seconds) to download feeds when fails (without hiding the panel)
|
||||
-Asks DE's Session Manager to cancel shutdown if the main GUI is still opened (to avoid errors caused by user distraction)
|
||||
-New About dialog
|
||||
-Chinese-Taiwan translation
|
||||
|
||||
0.4.4 :
|
||||
-Simplified actions for standard view (e.g. install/remove actions with one click, withouth showing a redundant context menu)
|
||||
-Tray click when already running leading to a new appset start bug fixed
|
||||
-AUR/CCR "list installed" action with no results crash bug fixed
|
||||
|
||||
0.4.3 :
|
||||
-Generalization of packages size output interpretation for pacman 3.5.2
|
||||
-Polish translation
|
||||
|
||||
0.4.2 :
|
||||
-Installed packages repository information
|
||||
-lower niceness (10 -> 15) for appset-helper daemon
|
||||
-Infinite loop on upgrade deps check bug fixed
|
||||
-Pacman's "Replace %package% with ..." question now get "yes" answer on upgrades (no more using --noconfirm option on upgrade/install)
|
||||
|
||||
0.4.1 :
|
||||
-New packets view for main repos using QML:
|
||||
*more apps listed with the same win size
|
||||
*bigger embedded browser for detailed view
|
||||
*Touchscreen friendly
|
||||
*animated
|
||||
-option to switch between Standard (old) and Enhanced (new) views
|
||||
-Resize bug fixed for External repo (AUR) view
|
||||
-AppSet version in about dialog
|
||||
-Localization bug fixed for about dialog (automatic switch between English and Italian)
|
||||
-ExtraInfo option now is saved
|
||||
-Main backend (pacman) upgrade check and backend post upgrade command (pacman-db-upgrade)
|
||||
-Bug fixed for dependencies check
|
||||
-Flickering in progress window bug fixed
|
||||
-Default search bar delay to 900ms
|
||||
|
||||
0.4.0 :
|
||||
-Basic support to AUR using packer as backend:
|
||||
*Browse packages with an embedded browser for their homepages (searching with a search bar)
|
||||
*Install AUR packages (one at a time)
|
||||
*Remove AUR packages (one at a time from the AUR specialized GUI - more than one with the normal GUI)
|
||||
*Upgrade AUR packages (all in the same time)
|
||||
*Automatic activation based on the presence of packer (the backend)
|
||||
*A button to show all external installed packages
|
||||
-Clean cache command now requires a confirmation from the user
|
||||
|
||||
0.3.4 :
|
||||
-Repository information added to avoid incorect behaviours (with the management of multiple sources for the same application)
|
||||
-Option to view repository in packages table
|
||||
-Option to disable countdown for auto confirmation of changes
|
||||
-SearchBar now got the focus after a previous search
|
||||
-Web Preview now is navigable
|
||||
-Tray now shows "repo/package last_version" entries ordered by repo
|
||||
|
||||
0.3.3 :
|
||||
-New outcome evaluation logic
|
||||
-Local precompiled packages installer (from main GUI, shell cmd argument or Desktop's "Open With..." menu)
|
||||
-Loading icon
|
||||
-Spanish translation
|
||||
|
||||
0.3.2 :
|
||||
-Packages statistics (enabled via options)
|
||||
-Backend's output (enabled via options)
|
||||
-Interval between db updates selectable by options
|
||||
-Changes in main GUI
|
||||
-External Browser Command now accepts arguments
|
||||
-Bug fixed for updates operations outcome
|
||||
|
||||
0.3.0-1 : Localization support
|
||||
|
||||
0.2.X : Embedded browser and feed-reader, helper daemon and tray icon
|
||||
|
||||
0.1.X : Basic functions to handle packages
|
@ -1,23 +0,0 @@
|
||||
whisperer(){
|
||||
echo "----------------------------------------------------------------"
|
||||
echo "Don't forget that this is an alpha release of AppSet-Qt."
|
||||
echo "You can test it but it is not recommended for use every day"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo "AppSet is in your desktop menu under Applications->System"
|
||||
echo "To launch AppSet from shell run 'appset-launch.sh' as normal"
|
||||
echo "user."
|
||||
echo "----------------------------------------------------------------"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo "IMPORTANT: NOW YOU NEED TO REBOOT YOUR COMPUTER TO LET APPSET"
|
||||
echo "WORKING AT ITS BEST"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo "----------------------------------------------------------------"
|
||||
}
|
||||
|
||||
post_install(){
|
||||
whisperer
|
||||
}
|
||||
|
||||
post_upgrade(){
|
||||
whisperer
|
||||
}
|
1
discover
Submodule
1
discover
Submodule
Submodule discover added at d386424aa0
@ -1,41 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=discover
|
||||
pkgver=2.1.2
|
||||
_dataver=2.2013.01.11
|
||||
pkgrel=1
|
||||
pkgdesc="Contains a library and front-end program for retrieving information about a system's hardware"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://svn.debian.org/wsvn/pkg-discover/"
|
||||
license=('GPL')
|
||||
depends=('curl' 'expat' 'check')
|
||||
source=(http://ftp.de.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz
|
||||
http://ftp.de.debian.org/debian/pool/main/d/${pkgname}-data/${pkgname}-data_${_dataver}.tar.gz)
|
||||
md5sums=('af78b63cc8db31b11d7e25958423611e'
|
||||
'dff223c271f3e9c52e7ba065c96c92ff')
|
||||
|
||||
build()
|
||||
{
|
||||
if [[ -d ${srcdir}/build ]]; then
|
||||
rm -rf "${srcdir}/build"
|
||||
fi
|
||||
mkdir "${srcdir}/build"; cd "${srcdir}/build"
|
||||
../${pkgname}-${pkgver}/configure --prefix="/usr" \
|
||||
--datadir="/usr/share" \
|
||||
--sysconfdir="/etc" \
|
||||
LIBS=-lcheck
|
||||
make
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
# remove docs and sbin dir
|
||||
rm -rf "${pkgdir}/usr/share/doc"
|
||||
rm -rf "${pkgdir}/usr/sbin"
|
||||
|
||||
# build data
|
||||
cd "${srcdir}/${pkgname}-data-${_dataver}"
|
||||
make prefix="/usr" DESTDIR="${pkgdir}" install
|
||||
}
|
1
eric4
Submodule
1
eric4
Submodule
Submodule eric4 added at c53402cdfb
@ -1,34 +0,0 @@
|
||||
# $Id: PKGBUILD 120737 2014-10-15 18:55:49Z arcanis $
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: Ray Rashif <schiv at archlinux dot org>
|
||||
# Contributor: Daniel J Griffiths <ghost1227 at archlinux dot us>
|
||||
# See .contrib for older/other contributors
|
||||
|
||||
pkgname=eric4
|
||||
pkgver=4.5.25
|
||||
pkgrel=1
|
||||
pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
|
||||
arch=('any')
|
||||
url="http://eric-ide.python-projects.org/"
|
||||
license=('GPL3')
|
||||
depends=('eric-common' 'python2-qscintilla')
|
||||
install=${pkgname}.install
|
||||
source=("http://downloads.sourceforge.net/eric-ide/${pkgname}-${pkgver}.tar.gz"
|
||||
"${pkgname}.desktop")
|
||||
md5sums=('f68cdadacfa10298c89300e0c4036324'
|
||||
'bce515b66a2c63dfc76a0f92edbe2ecb')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
python2 install.py -c -b /usr/bin -i "$pkgdir"
|
||||
# remove common components
|
||||
find "${pkgdir}/usr/share/qt4/qsci/api/" -type f -not -name 'eric*' -exec rm {} \;
|
||||
|
||||
# freedesktop.org compatibility
|
||||
install -Dm644 "${srcdir}/${pkgname}.desktop" \
|
||||
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
|
||||
install -Dm644 eric/icons/default/eric.png \
|
||||
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=eric4
|
||||
MimeType=application/x-eric4;
|
||||
Icon=eric4
|
||||
Terminal=false
|
||||
Name=Eric 4
|
||||
Comment=Python 2.x & Ruby IDE
|
||||
Categories=Qt;Python;Development;IDE;
|
||||
StartupNotify=true
|
@ -1,9 +0,0 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
1
food_gui
Submodule
1
food_gui
Submodule
Submodule food_gui added at 7c0bc8f7fa
1
ghemical-mpqc
Submodule
1
ghemical-mpqc
Submodule
Submodule ghemical-mpqc added at 17968f8182
@ -1,42 +0,0 @@
|
||||
# Maintainer Evgeniy Alekseev <arcanis at archlinux odt org>
|
||||
# Contributor: Xyne <ac xunilhcra enyx, backwards>
|
||||
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
|
||||
|
||||
pkgname=ghemical-mpqc
|
||||
_pkgname=ghemical
|
||||
pkgver=3.0.0
|
||||
pkgrel=3
|
||||
pkgdesc='Computational chemistry package. Version with enabled mpqc'
|
||||
arch=('x86_64' 'i686')
|
||||
url="http://bioinformatics.org/ghemical/ghemical/"
|
||||
license=('GPL')
|
||||
depends=('gtkglext' 'libghemical-mpqc' 'libglade' 'liboglappth>=1.0' 'openbabel')
|
||||
makedepends=('pkgconfig' 'intltool>=0.40.0' 'gettext')
|
||||
conflicts=('ghemical')
|
||||
provides=('ghemical')
|
||||
source=(http://bioinformatics.org/ghemical/download/release20111012/${_pkgname}-${pkgver}.tar.gz
|
||||
${_pkgname}.desktop)
|
||||
md5sums=('becf98626f0eba73f7f042bc92aa60ac'
|
||||
'7e8789d42d1318a427a30f3bf64cb5a6')
|
||||
|
||||
prepare()
|
||||
{
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
|
||||
# Some users have reported crashes due to the courier font.
|
||||
sed -i 's:courier 12:monospace:g' ./src/*.cpp
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
./configure --prefix="/usr"
|
||||
make
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -D -m644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=3.0.0
|
||||
Name=Ghemical
|
||||
GenericName=Computational chemistry package
|
||||
GenericName[de]=Chemisches Berechnungsprogramm
|
||||
Comment=3D molecule editor and computing program
|
||||
Comment[de]=3D Moleküleditor und Berechnungsprogramm
|
||||
Icon=/usr/share/ghemical/3.0.0/pixmaps/ghemical.png
|
||||
Exec=/usr/bin/ghemical
|
||||
Terminal=false
|
||||
Categories=Science;Chemistry;Education;
|
||||
StartupNotify=true
|
1
git-etc
Submodule
1
git-etc
Submodule
Submodule git-etc added at 8d65ab56db
@ -1,40 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=gromacs_mtdec
|
||||
pkgver=3.3.2
|
||||
pkgrel=2
|
||||
pkgdesc="GROMACS with additional implementation of metadynamics in essential coordinates"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://web.vscht.cz/spiwokv/index.html"
|
||||
license=('GPL')
|
||||
depends=('fftw' 'lesstif' 'libsm' 'libx11' 'libxml2' 'perl')
|
||||
options=('!libtool')
|
||||
source=(http://web.vscht.cz/spiwokv/mtdec/gromacs332mtdec.tar.gz)
|
||||
md5sums=('545bd6d903d8e8e94bd069c6368b6f25')
|
||||
|
||||
build()
|
||||
{
|
||||
cd "${srcdir}/mtdec"
|
||||
./configure --prefix="/usr" --program-suffix=_mtd
|
||||
make
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
mkdir -p "${pkgdir}/etc/profile.d/"
|
||||
mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
|
||||
cd "${srcdir}/mtdec"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# installing completions in correct location and environment setup script
|
||||
install -D -m755 "${srcdir}/mtdec/scripts/completion.bash" "${pkgdir}/usr/share/bash-completion/completions/gromacs_mtdec"
|
||||
mv "${pkgdir}/usr/bin/GMXRC.bash" "${pkgdir}/etc/profile.d/GMXRC_MTDEC.bash"
|
||||
mv "${pkgdir}/usr/bin/GMXRC.zsh" "${pkgdir}/etc/profile.d/GMXRC_MTDEC.zsh"
|
||||
mv "${pkgdir}/usr/bin/GMXRC.csh" "${pkgdir}/etc/profile.d/GMXRC_MTDEC.csh"
|
||||
sed "s:/usr/bin:/etc/profile.d:g" "${pkgdir}/usr/bin/GMXRC" > "${pkgdir}/etc/profile.d/GMXRC"
|
||||
sed -e "s/GMXRC/GMXRC_MTDEC/g" "${pkgdir}/etc/profile.d/GMXRC" > "${pkgdir}/etc/profile.d/GMXRC_MTDEC"
|
||||
chmod 755 "${pkgdir}/etc/profile.d/GMXRC_MTDEC"
|
||||
rm -f "${pkgdir}/etc/profile.d/GMXRC"
|
||||
rm -f "${pkgdir}/usr/bin/completion.*"
|
||||
rm -f "${pkgdir}/usr/bin/GMXRC"
|
||||
}
|
1
gtk-kde4
Submodule
1
gtk-kde4
Submodule
Submodule gtk-kde4 added at 7a2d2b02f8
1
istodo
Submodule
1
istodo
Submodule
Submodule istodo added at 9262eec60e
@ -1,32 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=istodo
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
_refcommit=f4434216b659
|
||||
pkgdesc="Crossplatform Qt5 based organizer for students"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://istodo.ru/"
|
||||
license=('GPL3')
|
||||
depends=('hicolor-icon-theme' 'qt5-base')
|
||||
makedepends=('desktop-file-utils')
|
||||
source=("http://dev.istodo.ru/istodo-desktop/get/v${pkgver}.tar.gz")
|
||||
install=${pkgname}.install
|
||||
md5sums=('61dc7ec57c9429942eb1e1bbfbb31b0f')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgname}-desktop-${_refcommit}"
|
||||
qmake-qt5 PREFIX=/usr
|
||||
make sub-desktop
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgname}-desktop-${_refcommit}"
|
||||
install -Dm755 "desktop/iStodo" "${pkgdir}/usr/bin/istodo"
|
||||
install -Dm644 "linux_deploy_1.0/source_amd64/icons/32x32/istodo.png" "${pkgdir}/usr/share/icons/hicolor/32x32/istodo.png"
|
||||
install -Dm644 "linux_deploy_1.0/source_amd64/icons/48x48/istodo.png" "${pkgdir}/usr/share/icons/hicolor/48x48/istodo.png"
|
||||
install -Dm644 "linux_deploy_1.0/source_amd64/icons/64x64/istodo.png" "${pkgdir}/usr/share/icons/hicolor/64x64/istodo.png"
|
||||
install -Dm644 "linux_deploy_1.0/source_amd64/icons/128x128/istodo.png" "${pkgdir}/usr/share/icons/hicolor/128x128/istodo.png"
|
||||
install -Dm644 "linux_deploy_1.0/source_amd64/icons/256x256/istodo.png" "${pkgdir}/usr/share/icons/hicolor/256x256/istodo.png"
|
||||
install -Dm644 "linux_deploy_1.0/source_amd64/istodo.desktop" "${pkgdir}/usr/share/applications/istodo.desktop"
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
1
kate-latex-plugin
Submodule
1
kate-latex-plugin
Submodule
Submodule kate-latex-plugin added at 5f7dee8b8d
@ -1,34 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: Bernardo Barros <bernardobarros@gmail.com>
|
||||
|
||||
pkgname=kate-latex-plugin
|
||||
_pkgname=katelatexplugin
|
||||
pkgver=0.5
|
||||
pkgrel=1
|
||||
pkgdesc="Kate LaTeX typesetting plugin"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde-apps.org/content/show.php/Kate+LaTeX+typesetting+plugin?content=84772"
|
||||
license=('GPL')
|
||||
depends=('kdesdk-kate' 'libxtst')
|
||||
makedepends=('automoc4')
|
||||
source=(http://kde-apps.org/CONTENT/content-files/84772-${_pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('d6e30aa41da5279300f5d638ff595a77')
|
||||
|
||||
build()
|
||||
{
|
||||
if [[ -d ${srcdir}/build ]]; then
|
||||
rm -rf "${srcdir}/build"
|
||||
fi
|
||||
mkdir "${srcdir}/build"; cd "${srcdir}/build"
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
|
||||
../${_pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
1
katecpp-helper-plugin
Submodule
1
katecpp-helper-plugin
Submodule
Submodule katecpp-helper-plugin added at 5a824b595d
@ -1,35 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: <giacomogiorgianni at gmail dot com>
|
||||
|
||||
pkgname=katecpp-helper-plugin
|
||||
_pkgname=KateCppHelperPlugin
|
||||
pkgver=1.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="Kate C++ Helper plugin"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/zaufi/kate-cpp-helper-plugin"
|
||||
license=('GPL')
|
||||
depends=('boost' 'clang>=3.3' 'kdesdk-kate' 'xapian-core')
|
||||
makedepends=('automoc4' 'cmake')
|
||||
source=("http://kde-apps.org/CONTENT/content-files/148606-${_pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('d7d21b39548bbe2e99032f718afc2c32')
|
||||
|
||||
prepare() {
|
||||
rm -rf "${srcdir}/build"
|
||||
mkdir "${srcdir}/build"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/build"
|
||||
cmake -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DNO_DOXY_DOCS=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
|
||||
"../${_pkgname}-${pkgver}"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
1
kdeicons-nouvekdegray
Submodule
1
kdeicons-nouvekdegray
Submodule
Submodule kdeicons-nouvekdegray added at ad30c5c4dd
@ -1,25 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: Artem A. Klevtsov <unikum.pm at gmail dot com>
|
||||
|
||||
pkgname=kdeicons-nouvekdegray
|
||||
_pkgname=nouveKDEGray
|
||||
# it doesnt have a normal versionship
|
||||
pkgver=20140129
|
||||
pkgrel=1
|
||||
pkgdesc="This is a version of the KDE4 port of the 'Reflektions' icons"
|
||||
arch=('any')
|
||||
url="http://kde-look.org/content/show.php?content=157454"
|
||||
license=('GPL')
|
||||
makedepends=('p7zip')
|
||||
source=("http://fc07.deviantart.net/fs71/f/2014/029/f/6/nouvekdegray_by_tsujan-d5y0sw4.7z")
|
||||
md5sums=('d34cfcaf3cfaf4a3f75cc0d1d746ad00')
|
||||
|
||||
package() {
|
||||
install -d "${pkgdir}/usr/share/icons"
|
||||
cp -r "${_pkgname}" "${pkgdir}/usr/share/icons/"
|
||||
|
||||
rm "${pkgdir}/usr/share/icons/${_pkgname}/"{GPL,INSTALL}
|
||||
|
||||
find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 '{}' \;
|
||||
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;
|
||||
}
|
1
kdeplasma-applets-awesome-widgets-git
Submodule
1
kdeplasma-applets-awesome-widgets-git
Submodule
Submodule kdeplasma-applets-awesome-widgets-git added at c39f1976b6
1
kdeplasma-applets-oblikuestrategies
Submodule
1
kdeplasma-applets-oblikuestrategies
Submodule
Submodule kdeplasma-applets-oblikuestrategies added at 0416a2b8fb
1
kdeplasma-applets-plasmacon
Submodule
1
kdeplasma-applets-plasmacon
Submodule
Submodule kdeplasma-applets-plasmacon added at 5ab2d8507a
@ -1,21 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=kdeplasma-applets-plasmacon
|
||||
_pkgname=Plasmacon
|
||||
pkgver=0.3
|
||||
pkgrel=1
|
||||
pkgdesc="A terminal emulator based on KDE Konsole technology"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://kde-look.org/content/show.php?content=108120"
|
||||
license=('GPL')
|
||||
depends=('kdebase-konsole' 'kdebase-workspace' 'kdebindings-python2')
|
||||
source=(http://kde-look.org/CONTENT/content-files/108120-plasmacon.plasmoid)
|
||||
install=${pkgname}.install
|
||||
md5sums=('d652cb493f90d1f6f9b2271e5f3eef63')
|
||||
|
||||
package() {
|
||||
install -dm755 "${pkgdir}/usr/share/apps/plasma/plasmoids/${_pkgname}/contents/code"
|
||||
install -m644 "${srcdir}/contents/code/"* -t "${pkgdir}/usr/share/apps/plasma/plasmoids/${_pkgname}/contents/code"
|
||||
install -Dm644 "${srcdir}/metadata.desktop" "${pkgdir}/usr/share/apps/plasma/plasmoids/${_pkgname}/metadata.desktop"
|
||||
install -Dm644 "${srcdir}/metadata.desktop" "${pkgdir}/usr/share/kde4/services/${_pkgname}.desktop"
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
post_install()
|
||||
{
|
||||
cat << EOF
|
||||
Update plasmoids...
|
||||
EOF
|
||||
kbuildsycoca4 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove()
|
||||
{
|
||||
post_install
|
||||
}
|
1
kdeplasma-applets-stdin-svn
Submodule
1
kdeplasma-applets-stdin-svn
Submodule
Submodule kdeplasma-applets-stdin-svn added at 9b9245ea2f
@ -1,41 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: weirdfox <weirdfox@gmail.com>
|
||||
|
||||
pkgname=kdeplasma-applets-stdin-svn
|
||||
pkgver=r57
|
||||
pkgrel=1
|
||||
_pkgname=plasmoidstdin
|
||||
_pkgver=0.2
|
||||
pkgdesc="This plasmoid executes a process and captures its stdout or stderr output stream"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309"
|
||||
license=('GPL')
|
||||
depends=('kdebase-workspace')
|
||||
makedepends=('automoc4' 'cmake' 'subversion')
|
||||
source=(${pkgname}::svn+https://svn.code.sf.net/p/${_pkgname}/code/${_pkgver}/branches/${_pkgver}-workarounds)
|
||||
install=${pkgname}.install
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${pkgname}"
|
||||
local ver="$(svnversion)"
|
||||
printf "r%s" "${ver//[[:alpha:]]}"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
rm -rf "${srcdir}/build"
|
||||
mkdir "${srcdir}/build"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/build"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
../${pkgname}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
post_install()
|
||||
{
|
||||
cat << EOF
|
||||
Update plasmoids...
|
||||
EOF
|
||||
kbuildsycoca4 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_upgrade()
|
||||
{
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove()
|
||||
{
|
||||
post_install
|
||||
}
|
1
kdeplasma-applets-usu-notifications
Submodule
1
kdeplasma-applets-usu-notifications
Submodule
Submodule kdeplasma-applets-usu-notifications added at f45f2283eb
@ -1,25 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=kdeplasma-applets-usu-notifications
|
||||
_pkgname=usu-notifications
|
||||
pkgver=0.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="lternative KDE notifications, based on QML and org.kde.notofications, but with more features"
|
||||
arch=('any')
|
||||
url="http://kde-apps.org/content/show.php/?content=158063"
|
||||
license=('GPL')
|
||||
depends=('kdebase-workspace')
|
||||
makedepends=('unzip')
|
||||
source=(http://kde-look.org/CONTENT/content-files/158063-${_pkgname}.plasmoid)
|
||||
install=${pkgname}.install
|
||||
md5sums=('70b3cb22f8f93613ce9952c31fd40592')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
||||
mkdir -p "${pkgdir}/usr/share/apps/plasma/plasmoids/${_pkgname}"
|
||||
cp -r "${srcdir}/"{contents,platformcontents,metadata.desktop} \
|
||||
"${pkgdir}/usr/share/apps/plasma/plasmoids/${_pkgname}/"
|
||||
install -Dm644 "${srcdir}/metadata.desktop" \
|
||||
"${pkgdir}/`kde4-config --prefix`/share/kde4/services/${_pkgname}.desktop"
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
post_install() {
|
||||
cat << EOF
|
||||
Update plasmoids...
|
||||
EOF
|
||||
kbuildsycoca4 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
1
kdeplasma-wallpapers-dayandnight
Submodule
1
kdeplasma-wallpapers-dayandnight
Submodule
Submodule kdeplasma-wallpapers-dayandnight added at 17aadfcdda
@ -1,27 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=kdeplasma-wallpapers-dayandnight
|
||||
_pkgname=day-and-night
|
||||
pkgver=0.3
|
||||
pkgrel=1
|
||||
pkgdesc="Wallpaper plugin that allows you to select different wallpaper for day and night"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://kde-look.org/content/show.php?content=118636"
|
||||
license=('GPL')
|
||||
depends=('kdebase-workspace' 'kdebindings-python2')
|
||||
source=(http://kde-look.org/CONTENT/content-files/118636-${_pkgname}.plasmoid)
|
||||
install=${pkgname}.install
|
||||
md5sums=('1be7e0bf85563029f1158e5685e4f256')
|
||||
|
||||
package()
|
||||
{
|
||||
install -D -m644 "${srcdir}/metadata.desktop" \
|
||||
"${pkgdir}/`kde4-config --prefix`/share/kde4/services/plasma-wallpaper-${_pkgname}.desktop"
|
||||
install -D -m644 "${srcdir}/metadata.desktop" \
|
||||
"${pkgdir}/`kde4-config --prefix`/share/apps/plasma/wallpapers/${_pkgname}/metadata.desktop"
|
||||
mkdir -p "${pkgdir}/`kde4-config --prefix`/share/apps/plasma/wallpapers/${_pkgname}/contents/"{code,ui}
|
||||
install -m644 "${srcdir}/contents/code/"* \
|
||||
-t "${pkgdir}/`kde4-config --prefix`/share/apps/plasma/wallpapers/${_pkgname}/contents/code"
|
||||
install -m644 "${srcdir}/contents/ui/"* \
|
||||
-t "${pkgdir}/`kde4-config --prefix`/share/apps/plasma/wallpapers/${_pkgname}/contents/ui"
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
post_install()
|
||||
{
|
||||
cat << EOF
|
||||
Update plasmoids...
|
||||
EOF
|
||||
kbuildsycoca4 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_upgrade()
|
||||
{
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove()
|
||||
{
|
||||
post_install
|
||||
}
|
1
kdm-theme-modernarchlinux
Submodule
1
kdm-theme-modernarchlinux
Submodule
Submodule kdm-theme-modernarchlinux added at a0c8cf8f07
@ -1,19 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=kdm-theme-modernarchlinux
|
||||
pkgver=1.0.3
|
||||
pkgrel=2
|
||||
pkgdesc="Simple and minimalist theme for KDM with Archlinux logo"
|
||||
arch=('any')
|
||||
url="http://kde-look.org/content/show.php?action=content&content=163475"
|
||||
license=('GPLv3')
|
||||
depends=('kdebase-workspace')
|
||||
source=("http://kde-look.org/CONTENT/content-files/163475-KDM-Theme-archlinux.tar.gz")
|
||||
md5sums=('c6c5e583476e85599fa07449b7b1b506')
|
||||
|
||||
package() {
|
||||
# install kdm theme
|
||||
install -dm755 "${pkgdir}/usr/share/apps/kdm/themes/modernarchlinux"
|
||||
install -m644 "${srcdir}/KDM-Theme-archlinux/"* -t "${pkgdir}/usr/share/apps/kdm/themes/modernarchlinux"
|
||||
rm "${pkgdir}/usr/share/apps/kdm/themes/modernarchlinux/Licence GPLv3"
|
||||
}
|
@ -1,25 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# use --force to override default theme system tray icons
|
||||
# do not forget replace theme name
|
||||
|
||||
_themename=Diamond
|
||||
pkgname=krayscale-tray-icon-theme
|
||||
_pkgname=krayscale
|
||||
pkgver=0.9.1
|
||||
pkgrel=1
|
||||
pkgdesc="Grayscale tray icon theme"
|
||||
url="http://kde-look.org/content/show.php/Krayscale+%28Plasma+tray+icons%29?content=133300"
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
source=("http://kde-look.org/CONTENT/content-files/133300-${_pkgname}_${pkgver}.tar.gz")
|
||||
depends=('librsvg')
|
||||
md5sums=('d80b398f5ff6e81b23d3bd7ffc341c22')
|
||||
|
||||
package() {
|
||||
install -dm755 "${pkgdir}/usr/share/apps/desktoptheme/${_themename}/icons"
|
||||
install -m644 "${srcdir}/${_pkgname}_${pkgver}/plasmatheme/icons/"*.svgz \
|
||||
-t "${pkgdir}/usr/share/apps/desktoptheme/${_themename}/icons"
|
||||
# workaround for mail client
|
||||
install -m644 "${srcdir}/${_pkgname}_${pkgver}/plasmatheme/icons/kmail.svgz" \
|
||||
"${pkgdir}/usr/share/apps/desktoptheme/${_themename}/icons/mail-unread.svgz"
|
||||
}
|
1
kwin-scripts-tiling
Submodule
1
kwin-scripts-tiling
Submodule
Submodule kwin-scripts-tiling added at 4fc3846dea
@ -1,20 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: urbanslug
|
||||
|
||||
pkgname=kwin-scripts-tiling
|
||||
_pkgname=tiling
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="Tiling script for kwin"
|
||||
arch=('any')
|
||||
url="http://kde-look.org/content/show.php?content=161151"
|
||||
license=('GPL')
|
||||
depends=('kdebase-workspace')
|
||||
source=(http://kde-look.org/CONTENT/content-files/161151-${_pkgname}.kwinscript)
|
||||
md5sums=('7f7a7865ee6e0235ca1aa83110aff112')
|
||||
|
||||
package() {
|
||||
install -d "${pkgdir}/usr/share/apps/kwin/scripts/kwin-script-tiling/"
|
||||
cp -r "${srcdir}"/{contents,doc,metadata.desktop} "${pkgdir}/usr/share/apps/kwin/scripts/kwin-script-tiling/"
|
||||
install -Dm644 "${srcdir}/metadata.desktop" "${pkgdir}/usr/share/kde4/services/kwin-script-tiling.desktop"
|
||||
}
|
1
lib32-libarchive
Submodule
1
lib32-libarchive
Submodule
Submodule lib32-libarchive added at 7cd6b25ca1
@ -1,28 +0,0 @@
|
||||
From e65bf287f0133426b26611fe3e80b51267987106 Mon Sep 17 00:00:00 2001
|
||||
From: Dave Reisner <dreisner@archlinux.org>
|
||||
Date: Thu, 21 Feb 2013 19:01:06 -0500
|
||||
Subject: [PATCH] mtree: fix line filename length calculation. Fixes #301.
|
||||
Signed-off-by: Andres Mejia <amejia004@gmail.com>
|
||||
|
||||
---
|
||||
libarchive/archive_write_set_format_mtree.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/libarchive/archive_write_set_format_mtree.c b/libarchive/archive_write_set_format_mtree.c
|
||||
index 9c0613c..f37f723 100644
|
||||
--- a/libarchive/archive_write_set_format_mtree.c
|
||||
+++ b/libarchive/archive_write_set_format_mtree.c
|
||||
@@ -1855,9 +1855,9 @@ mtree_entry_setup_filenames(struct archive_write *a, struct mtree_entry *file,
|
||||
return (ret);
|
||||
}
|
||||
|
||||
- /* Make a basename from dirname and slash */
|
||||
+ /* Make a basename from file->parentdir.s and slash */
|
||||
*slash = '\0';
|
||||
- file->parentdir.length = slash - dirname;
|
||||
+ file->parentdir.length = slash - file->parentdir.s;
|
||||
archive_strcpy(&(file->basename), slash + 1);
|
||||
return (ret);
|
||||
}
|
||||
--
|
||||
1.8.1.4
|
@ -1,45 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: josephgbr <rafael.f.f1 at gmail dot com>
|
||||
|
||||
_pkgname=libarchive
|
||||
pkgname=lib32-${_pkgname}
|
||||
pkgver=3.1.2
|
||||
pkgrel=2
|
||||
pkgdesc="library that can create and read several streaming archive formats (32 bit)"
|
||||
arch=('x86_64')
|
||||
url="http://libarchive.org"
|
||||
license=('BSD')
|
||||
depends=('lib32-acl' 'lib32-bzip2' 'lib32-expat' 'lib32-lzo' 'lib32-openssl' 'lib32-xz' "${_pkgname}")
|
||||
makedepends=('gcc-multilib' 'lib32-zlib')
|
||||
source=("http://libarchive.org/downloads/${_pkgname}-${pkgver}.tar.gz"
|
||||
'0001-mtree-fix-line-filename-length-calculation.patch')
|
||||
md5sums=('efad5a503f66329bb9d2f4308b5de98a'
|
||||
'9727baf88b928417d5d1269891b1209a')
|
||||
|
||||
prepare() {
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
||||
# https://code.google.com/p/libarchive/issues/detail?id=301
|
||||
# upstream commit e65bf287f0133426b26611fe3e80b51267987106
|
||||
patch -Np1 -i "${srcdir}/0001-mtree-fix-line-filename-length-calculation.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
export CXX="g++ -m32"
|
||||
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
|
||||
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr --without-xml2 --libdir=/usr/lib32 \
|
||||
--without-nettle --libexecdir="/usr/lib32/${_pkgname}"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
rm -rf "${pkgdir}"/usr/{bin,include,share}
|
||||
|
||||
install -dm755 "${pkgdir}"/usr/share/licenses
|
||||
ln -s ${_pkgname} "${pkgdir}"/usr/share/licenses/${pkgname}
|
||||
}
|
1
libghemical-mpqc
Submodule
1
libghemical-mpqc
Submodule
Submodule libghemical-mpqc added at 1d317d1381
@ -1,30 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: Xyne <ac xunilhcra enyx, backwards>
|
||||
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
|
||||
|
||||
pkgname=libghemical-mpqc
|
||||
_pkgname=libghemical
|
||||
pkgver=3.0.0
|
||||
pkgrel=2
|
||||
pkgdesc="Library containing computational chemistry facility of ghemical. Version with enabled mpqc and mopac7"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://bioinformatics.org/ghemical/libghemical/"
|
||||
license=('GPL')
|
||||
depends=('gcc-libs' 'mopac7' 'mpqc-shared')
|
||||
makedepends=('intltool>=0.40.0' 'openbabel')
|
||||
conflicts=('libghemical')
|
||||
provides=('libghemical')
|
||||
options=(libtool staticlibs)
|
||||
source=(http://bioinformatics.org/ghemical/download/release20111012/${_pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('1d5c9c19bb119470d2bb41a7e681eafd')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr --enable-mpqc --enable-mopac7
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
@ -1,35 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=mercury-ccdc
|
||||
_pkgname=mercury
|
||||
pkgver=3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Software for 3D structure visualization, the exploration of crystal packing and the statistical analysis of CSD search data"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.ccdc.cam.ac.uk/Solutions/CSDSystem/Pages/Mercury.aspx"
|
||||
license=('custom')
|
||||
depends=()
|
||||
# You MUST download the package from the url and put it in the PKGBUILD folder!
|
||||
source=(mercurystandalone-3.1-linux-installer.run
|
||||
csdsystempatch-5.34.2-linux-installer.run
|
||||
mercury.sh
|
||||
mercury.desktop)
|
||||
md5sums=('6a3f4cd1c0745d3dfe4d1fa287f30b27'
|
||||
'7142f37fe51a5a26dd6ce963fc7d32a9'
|
||||
'd98479136f348c5502204d89944178af'
|
||||
'7aa75fdf4f1a996976285ed769299ad4')
|
||||
|
||||
package()
|
||||
{
|
||||
chmod +x "${srcdir}/mercurystandalone-3.1-linux-installer.run"
|
||||
"${srcdir}/mercurystandalone-3.1-linux-installer.run" --prefix "${pkgdir}/opt/mercury" --mode unattended
|
||||
chmod +x "${srcdir}/csdsystempatch-5.34.2-linux-installer.run"
|
||||
"${srcdir}/csdsystempatch-5.34.2-linux-installer.run" --prefix "${pkgdir}/opt/mercury" --mode unattended
|
||||
|
||||
install -D -m644 "${pkgdir}/opt/mercury/docs/MercuryLicence.txt" \
|
||||
"${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
|
||||
install -D -m755 "${srcdir}/mercury.sh" "${pkgdir}/etc/profile.d/mercury.sh"
|
||||
install -D -m644 "${srcdir}/mercury.desktop" "${pkgdir}/usr/share/applications/mercury.desktop"
|
||||
install -D -m644 "${pkgdir}/opt/mercury/icons/mercury_32x32.png" \
|
||||
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/mercury.png"
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Name=Mercury
|
||||
Comment=Software for structure visualization and the exploration of crystal packing
|
||||
Exec=mercury
|
||||
Icon=mercury
|
||||
Terminal=false
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Categories=Qt;Science;Chemistry;Physics;Education;
|
@ -1 +0,0 @@
|
||||
export PATH=$PATH:/opt/mercury/bin
|
1
mpqc-shared
Submodule
1
mpqc-shared
Submodule
Submodule mpqc-shared added at 0b0167f5ca
@ -1,30 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=mpqc-shared
|
||||
_pkgname=mpqc
|
||||
pkgver=2.3.1
|
||||
pkgrel=2
|
||||
pkgdesc="The Massively Parallel Quantum Chemistry Program. Version with shared libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.mpqc.org/"
|
||||
license=('LGPL')
|
||||
depends=('gcc-fortran' 'gcc-libs' 'lapack' 'perl' 'tk')
|
||||
conflicts=('mpqc')
|
||||
provides=('mpqc')
|
||||
options=(libtool staticlibs)
|
||||
source=(http://sourceforge.net/projects/mpqc/files/mpqc/${pkgver}/${_pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('2f9b4f7487387730d78066a53764f848')
|
||||
|
||||
build()
|
||||
{
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
make installroot="${pkgdir}" install
|
||||
make installroot="${pkgdir}" install_devel
|
||||
}
|
1
netctl-gui
Submodule
1
netctl-gui
Submodule
Submodule netctl-gui added at a657d98fa8
1
netctl-gui-qt4
Submodule
1
netctl-gui-qt4
Submodule
Submodule netctl-gui-qt4 added at 5e1ead244c
1
nitrux-icon-theme
Submodule
1
nitrux-icon-theme
Submodule
Submodule nitrux-icon-theme added at 946e7ce3d2
1
nitrux-icon-theme-kde
Submodule
1
nitrux-icon-theme-kde
Submodule
Submodule nitrux-icon-theme-kde added at 61942a5273
@ -1,23 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: localizator <localizator at ukr dot net>
|
||||
|
||||
pkgname=nitrux-icon-theme-kde
|
||||
pkgver=3.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="The KDE version of the Nitrux OS Icons"
|
||||
url="http://nitrux.in/store/nitrux-for-kde/"
|
||||
arch=('any')
|
||||
license=('Creative Commons')
|
||||
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
||||
depends=('librsvg')
|
||||
options=(!strip)
|
||||
md5sums=('21d000e0f760e8e01cfa9ac3fef14f0f')
|
||||
|
||||
package() {
|
||||
install -dm755 "${pkgdir}/usr/share/icons"
|
||||
cp -r "${srcdir}/Nitrux" "${pkgdir}/usr/share/icons/${pkgname}"
|
||||
find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 '{}' \;
|
||||
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;
|
||||
|
||||
install -Dm644 "${pkgdir}/usr/share/"{icons,licenses}"/${pkgname}/COPYING"
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: msimav <mustafa1991 at gmail dot com>
|
||||
|
||||
pkgname=nitrux-icon-theme
|
||||
pkgver=3.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="New squared icon set for Linux that sports clean lines, smooth gradients, and simple icon logos"
|
||||
url="http://nitrux.in/store/nitrux-icon-theme/"
|
||||
arch=('any')
|
||||
license=('custom:Creative Commons')
|
||||
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
||||
depends=('librsvg')
|
||||
options=(!strip)
|
||||
md5sums=('538d07a0cf198ffb708251572450d856')
|
||||
|
||||
package() {
|
||||
install -dm755 "${pkgdir}/usr/share/icons"
|
||||
cp -r "${srcdir}/Nitrux" "${pkgdir}/usr/share/icons/${pkgname}"
|
||||
find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 '{}' \;
|
||||
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;
|
||||
|
||||
install -Dm644 "${pkgdir}/usr/share/"{icons,licenses}"/${pkgname}/COPYING"
|
||||
}
|
@ -1,42 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=oxygen-transparent-macos
|
||||
_pkgname=oxygen-transparent
|
||||
pkgver=246.f2f067d
|
||||
pkgrel=1
|
||||
pkgdesc="Oxygen style and decoration with support for transparency"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://projects.kde.org/projects/playground/artwork/oxygen-transparent"
|
||||
license=('GPL' 'LGPL')
|
||||
depends=('kdebase-workspace')
|
||||
makedepends=('cmake' 'git' 'automoc4')
|
||||
provides=(${_pkgname})
|
||||
conflicts=(${_pkgname})
|
||||
source=(git+git://anongit.kde.org/oxygen-transparent
|
||||
oxytrans-macos.patch)
|
||||
md5sums=('SKIP'
|
||||
'543a9d78e4fca3eda262016a37040632')
|
||||
|
||||
pkgver() {
|
||||
cd "${_pkgname}"
|
||||
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
patch -p0 < oxytrans-macos.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgname}"
|
||||
cmake -DCMAKE_BUILD_TYPE=RELEASE \
|
||||
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
File diff suppressed because it is too large
Load Diff
1
plasma-theme-diamond
Submodule
1
plasma-theme-diamond
Submodule
Submodule plasma-theme-diamond added at 70c901d4b5
@ -1,23 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contirbutor: Christian Galander <galander.c at gmail dot com>
|
||||
|
||||
pkgname=plasma-theme-diamond
|
||||
_pkgname="Diamond"
|
||||
pkgver=2.0.3
|
||||
pkgrel=1
|
||||
pkgdesc="Transparent theme for KDE 4.x"
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
url="http://kde-look.org/content/show.php/Diamond?content=153930"
|
||||
depends=('kdebase-workspace')
|
||||
source=("http://kde-look.org/CONTENT/content-files/153930-${_pkgname}.zip")
|
||||
md5sums=('e2f326c03b77c6ce1e8c8db0ad79ce7b')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
||||
install -dm755 "${pkgdir}/usr/share/apps/desktoptheme"
|
||||
cp -r "${_pkgname}" "${pkgdir}/usr/share/apps/desktoptheme"
|
||||
find "${pkgdir}/usr/share/apps/desktoptheme" -type d -exec chmod 755 {} \;
|
||||
find "${pkgdir}/usr/share/apps/desktoptheme" -type f -exec chmod 644 {} \;
|
||||
}
|
1
plasma5-applet-awesome-widgets
Submodule
1
plasma5-applet-awesome-widgets
Submodule
Submodule plasma5-applet-awesome-widgets added at bbe349a542
1
python2-cyrano
Submodule
1
python2-cyrano
Submodule
Submodule python2-cyrano added at c23a93862c
@ -1,35 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: Sebastien Binet <binet at cern dot ch>
|
||||
|
||||
pkgname=python2-cyrano
|
||||
pkgver=0.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="Tool used for demonstrating Python packages that combines a display window and an IPython shell."
|
||||
url="http://stsdas.stsci.edu/cyrano"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
conflicts=('python-cyrano')
|
||||
provides=('python-cyrano')
|
||||
replaces=('python-cyrano')
|
||||
depends=('ipython2' 'python2-pmw')
|
||||
source=(http://stsdas.stsci.edu/cyrano/cyrano-${pkgver}.tar.gz)
|
||||
md5sums=('5ba2fb588dd6c10385de34b4a46d8966')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/cyrano-${pkgver}"
|
||||
sed -i "s/python/python2/g" "cyrano"
|
||||
sed -i "s/python/python2/g" "demos/install_and_run"
|
||||
sed -i "s/python/python2/g" "lib/cyrano.py"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/cyrano-${pkgver}"
|
||||
python2 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/cyrano-${pkgver}"
|
||||
python2 setup.py install --prefix=/usr --root="${pkgdir}"
|
||||
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
|
1
qmmp-qsmmp-git
Submodule
1
qmmp-qsmmp-git
Submodule
Submodule qmmp-qsmmp-git added at 1774a433d4
@ -1,36 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: core <angrycore@gmail.com>
|
||||
|
||||
pkgname=qmmp-qsmmp-git
|
||||
_gitname=qsmmp
|
||||
pkgver=0.5.34.gcd1ca1a
|
||||
pkgrel=1
|
||||
pkgdesc="Amarok-like interface for qmmp. Git version"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://gitorious.org/qsmmp"
|
||||
license=('GPL2')
|
||||
depends=('qmmp' 'libqxt')
|
||||
makedepends=('git')
|
||||
source=(${_gitname}::git+https://gitorious.org/qsmmp/qsmmp.git#branch=qmmp-9999)
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver()
|
||||
{
|
||||
cd "${_gitname}"
|
||||
local ver=`git describe --long`
|
||||
# because default ver is "qmmp.*"
|
||||
printf "%s" "${${ver//-/.}//qmmp./}"
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
cd "${srcdir}/${_gitname}"
|
||||
qmake-qt4 PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/${_gitname}"
|
||||
make INSTALL_ROOT="${pkgdir}" install
|
||||
}
|
1
qscite
Submodule
1
qscite
Submodule
Submodule qscite added at 8f7d96ac8f
@ -1,41 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
|
||||
pkgname=qscite
|
||||
pkgver=0.5_svn211
|
||||
_pkgrev=211
|
||||
pkgrel=2
|
||||
pkgdesc="A code editor written in C++ and Qt4; A clone of SciTE"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://qscite.googlecode.com/"
|
||||
license=('GPL')
|
||||
depends=('qt4')
|
||||
source=(http://qscite.googlecode.com/files/${pkgname}-r${_pkgrev}.tar.gz
|
||||
get_qsci.sh.patch
|
||||
qscite.pro.patch)
|
||||
md5sums=('2ce7a915e5560725d897816688a4bef7'
|
||||
'0bb49a6179912d6d0b674c5623a45a34'
|
||||
'c13cc624b2ed1ce7a980afbb2d2bbc15')
|
||||
|
||||
prepare()
|
||||
{
|
||||
cd "${srcdir}/${pkgname}"
|
||||
# fix scintilla2 download path
|
||||
patch -p0 < "${srcdir}/get_qsci.sh.patch"
|
||||
# add install section and fix filepath
|
||||
patch -p0 < "${srcdir}/qscite.pro.patch"
|
||||
# fix version
|
||||
sed -i "s#0.5-svn190#${pkgver//_/-}#" qscite.desktop
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
cd "${srcdir}/${pkgname}"
|
||||
qmake-qt4 PREFIX=/usr -Wnone qscite-release.pro
|
||||
make
|
||||
}
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/${pkgname}"
|
||||
make INSTALL_ROOT="${pkgdir}" install
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
--- get_qsci.sh.old 2011-03-22 15:20:40.000000000 +0300
|
||||
+++ get_qsci.sh 2013-09-17 01:46:11.755695009 +0400
|
||||
@@ -6,7 +6,7 @@
|
||||
/snapshot/ {next}
|
||||
/tar\.gz/ { print $2 }
|
||||
' )
|
||||
-_download_link="http://www.riverbankcomputing.co.uk$_download_path"
|
||||
+_download_link=`echo $_download_path | sed "s#http://#http://optimate.dl.#" | sed "s#projects/pyqt/files#project/pyqt#"`
|
||||
_archive_filename=$( basename "$_download_path" )
|
||||
_archive_dir=$( echo "$_archive_filename" | sed 's/.tar.gz//' )
|
||||
_archive_size=$(
|
@ -1,38 +0,0 @@
|
||||
--- qscite.pro.old 2011-03-22 15:20:40.000000000 +0300
|
||||
+++ qscite.pro 2013-09-17 02:36:51.998947959 +0400
|
||||
@@ -13,14 +13,14 @@
|
||||
}
|
||||
|
||||
unix {
|
||||
- qsci_project.target = QScintilla2/Qt4/qscintilla.pro
|
||||
+ qsci_project.target = QScintilla2/Qt4Qt5/qscintilla.pro
|
||||
qsci_project.commands = ./get_qsci.sh
|
||||
|
||||
qsci_lib.target = $$OBJECTS_DIR/libqscintilla2.a
|
||||
- qsci_lib.commands = cd QScintilla2/Qt4 &&
|
||||
+ qsci_lib.commands = cd QScintilla2/Qt4Qt5 &&
|
||||
qsci_lib.commands += $(QMAKE) -after \"CONFIG += static\" qscintilla.pro &&
|
||||
qsci_lib.commands += $(MAKE) &&
|
||||
- qsci_lib.commands += cd ../.. && cp QScintilla2/Qt4/libqscintilla2.a $(OBJECTS_DIR)
|
||||
+ qsci_lib.commands += cd ../.. && cp QScintilla2/Qt4Qt5/libqscintilla2.a $(OBJECTS_DIR)
|
||||
qsci_lib.depends = qsci_project
|
||||
|
||||
QMAKE_EXTRA_TARGETS += qsci_project qsci_lib
|
||||
@@ -68,11 +68,16 @@
|
||||
unix {
|
||||
HEADERS += qterminal_pty.h
|
||||
SOURCES += qterminal_pty.cpp
|
||||
- INCLUDEPATH += QScintilla2/Qt4
|
||||
+ INCLUDEPATH += QScintilla2/Qt4Qt5
|
||||
LIBS += build/libqscintilla2.a
|
||||
!macx {
|
||||
LIBS += -lutil
|
||||
DEFINES += QSCITE_MONO_FAMILY='\\"Monospace\\"'
|
||||
+ TARGET = qscite
|
||||
+ target.path = $$PREFIX/bin/
|
||||
+ desktopfile.files = qscite.desktop
|
||||
+ desktopfile.path = $$PREFIX/share/applications/
|
||||
+ INSTALLS += target desktopfile
|
||||
} else {
|
||||
TARGET = QSciTE
|
||||
DEFINES += QSCITE_MONO_FAMILY='\\"Monaco\\"'
|
1
scidavis
Submodule
1
scidavis
Submodule
Submodule scidavis added at b75bc1fe80
@ -1,53 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: Knut Franke <Knut.Franke ad gmx dot de>
|
||||
# Contributor: Olaf Leidinger <leidola at newcon dot de>
|
||||
# Contributor: Robal <nigrantis.tigris at gmail dot com>
|
||||
# Contributor: Alexander <chronischzuspaet at gmail dot com> Kempen
|
||||
|
||||
pkgname=scidavis
|
||||
pkgver=1.D8
|
||||
pkgrel=3
|
||||
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of QtiPlot"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://scidavis.sourceforge.net/"
|
||||
license=('GPL')
|
||||
makedepends=('boost' 'cmake')
|
||||
depends=('gsl' 'glu' 'mesa' 'muparser' 'python2-pyqt4' 'shared-mime-info'
|
||||
'qt-assistant-compat' 'qwt5' 'qwtplot3d')
|
||||
source=(http://prdownloads.sourceforge.net/sourceforge/scidavis/${pkgname}.${pkgver}.tar.gz
|
||||
scidavis-python.patch
|
||||
scidavis-qtassistant.patch
|
||||
scidavis-qwt5.patch)
|
||||
install=${pkgname}.install
|
||||
md5sums=('c421b6a38f5183780bdf6c5960d92df5'
|
||||
'0fefd6afe2fbc69b5faadd1112e79d7f'
|
||||
'b35c4fcbc22ca981a1679ae571ab3bed'
|
||||
'749297643799f48527178bdb43ad94e7')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
# python patch
|
||||
patch -p0 -i "${srcdir}/scidavis-python.patch"
|
||||
# fix qtassistant
|
||||
patch -p0 -i "${srcdir}/scidavis-qtassistant.patch"
|
||||
# fix qwt
|
||||
patch -p0 -i "${srcdir}/scidavis-qwt5.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}.${pkgver}"
|
||||
qmake-qt4
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}.${pkgver}"
|
||||
make INSTALL_ROOT="${pkgdir}" DESTDIR="${pkgdir}" install
|
||||
|
||||
_pydir=$(python2 -c "from distutils import sysconfig; print sysconfig.get_python_lib()")
|
||||
python2 $(dirname ${_pydir})/py_compile.py "${pkgdir}/etc/scidavisrc.py"
|
||||
python2 $(dirname ${_pydir})/py_compile.py "${pkgdir}/usr/share/scidavis/scidavisUtil.py"
|
||||
|
||||
# remove liborigin files since it uses static library
|
||||
rm -rf "${pkgdir}/usr/local"
|
||||
}
|
@ -1,68 +0,0 @@
|
||||
diff -ruN scidavis.1.D8.orig/scidavis/python-includepath.py scidavis.1.D8/scidavis/python-includepath.py
|
||||
--- scidavis.1.D8.orig/scidavis/python-includepath.py 2014-07-22 12:01:44.000000000 +0400
|
||||
+++ scidavis.1.D8/scidavis/python-includepath.py 2014-07-23 11:29:57.651838033 +0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/python
|
||||
+#!/usr/bin/python2
|
||||
|
||||
############################################################################
|
||||
# #
|
||||
@@ -28,6 +28,4 @@
|
||||
############################################################################
|
||||
|
||||
from distutils import sysconfig
|
||||
-from PyQt4 import pyqtconfig
|
||||
-config = pyqtconfig.Configuration()
|
||||
-print " ".join([sysconfig.get_python_inc(), config.sip_inc_dir])
|
||||
+print sysconfig.get_python_inc()
|
||||
diff -ruN scidavis.1.D8.orig/scidavis/python-sipcmd.py scidavis.1.D8/scidavis/python-sipcmd.py
|
||||
--- scidavis.1.D8.orig/scidavis/python-sipcmd.py 2014-07-22 12:01:44.000000000 +0400
|
||||
+++ scidavis.1.D8/scidavis/python-sipcmd.py 2014-07-23 11:39:18.501823204 +0400
|
||||
@@ -27,10 +27,6 @@
|
||||
# #
|
||||
############################################################################
|
||||
|
||||
-from PyQt4 import pyqtconfig
|
||||
-config = pyqtconfig.Configuration()
|
||||
flags = ["-I ../scidavis"]
|
||||
-if config.sip_version >= 0x040a00:
|
||||
- # make use of docstring generation feature in SIP >= 4.10
|
||||
- flags.append("-o")
|
||||
-print " ".join([config.sip_bin, "-I", config.pyqt_sip_dir, config.pyqt_sip_flags] + flags)
|
||||
+flags.append("-o")
|
||||
+print " ".join(["/usr/bin/sip", "-I", "/usr/share/sip/PyQt4", "-x VendorID -t WS_X11 -t Qt_4_8_6 -x Py_v3"] + flags)
|
||||
diff -ruN scidavis.1.D8.orig/scidavis/python.pri scidavis.1.D8/scidavis/python.pri
|
||||
--- scidavis.1.D8.orig/scidavis/python.pri 2014-07-22 12:01:44.000000000 +0400
|
||||
+++ scidavis.1.D8/scidavis/python.pri 2014-07-23 11:23:28.455181657 +0400
|
||||
@@ -16,19 +16,19 @@
|
||||
SOURCES += ../scidavis/src/PythonScript.cpp ../scidavis/src/PythonScripting.cpp
|
||||
|
||||
unix {
|
||||
- INCLUDEPATH += $$system(python python-includepath.py)
|
||||
+ INCLUDEPATH += $$system(python2 python-includepath.py)
|
||||
contains(PRESET,mac_dist) {
|
||||
DEFINES += PYTHONHOME=/Applications/scidavis.app/Contents/Resources
|
||||
} else {
|
||||
macx {
|
||||
LIBS += -framework Python
|
||||
} else {
|
||||
- LIBS += $$system(python -c "\"from distutils import sysconfig; print '-lpython'+sysconfig.get_config_var('VERSION')\"")
|
||||
+ LIBS += $$system(python2 -c "\"from distutils import sysconfig; print '-lpython'+sysconfig.get_config_var('VERSION')\"")
|
||||
}
|
||||
}
|
||||
LIBS += -lm
|
||||
system(mkdir -p $${SIP_DIR})
|
||||
- system($$system(python python-sipcmd.py) -c $${SIP_DIR} ../scidavis/src/scidavis.sip)
|
||||
+ system($$system(python2 python-sipcmd.py) -c $${SIP_DIR} ../scidavis/src/scidavis.sip)
|
||||
}
|
||||
|
||||
win32 {
|
||||
@@ -36,7 +36,7 @@
|
||||
DEFINES += SIP_STATIC_MODULE
|
||||
# QMAKE_LIBPATH += "$$(HOME)/usr/mxe/PyQt4/"
|
||||
LIBS += -L"$$(HOME)/usr/mxe/PyQt4/" -lPyQtCore -lPyQtGui -lqpygui -lqpycore -lsip -lpython27
|
||||
- system($$system(python python-sipcmd.py) -c $${SIP_DIR} src/scidavis.sip)
|
||||
+ system($$system(python2 python-sipcmd.py) -c $${SIP_DIR} src/scidavis.sip)
|
||||
} else {
|
||||
INCLUDEPATH += $$system(call python-includepath.py)
|
||||
LIBS += $$system(call python-libs-win.py)
|
@ -1,12 +0,0 @@
|
||||
diff -ruN scidavis.1.D8.orig/scidavis/src/ApplicationWindow.cpp scidavis.1.D8/scidavis/src/ApplicationWindow.cpp
|
||||
--- scidavis.1.D8.orig/scidavis/src/ApplicationWindow.cpp 2014-07-22 12:01:44.000000000 +0400
|
||||
+++ scidavis.1.D8/scidavis/src/ApplicationWindow.cpp 2014-07-23 09:18:28.882046613 +0400
|
||||
@@ -143,7 +143,7 @@
|
||||
#include <QList>
|
||||
#include <QUrl>
|
||||
#ifndef NOASSISTANT
|
||||
-#include <QtAssistant/QAssistantClient>
|
||||
+#include <QtAssistant/qassistantclient.h>
|
||||
#endif
|
||||
#include <QStatusBar>
|
||||
#include <QToolButton>
|
@ -1,12 +0,0 @@
|
||||
diff -ruN scidavis.1.D8.orig/config.pri scidavis.1.D8/config.pri
|
||||
--- scidavis.1.D8.orig/config.pri 2014-07-22 12:01:44.000000000 +0400
|
||||
+++ scidavis.1.D8/config.pri 2014-07-23 10:29:36.111933787 +0400
|
||||
@@ -261,7 +261,7 @@
|
||||
} else {
|
||||
INCLUDEPATH += /usr/include/qwt$${qwtsuff}
|
||||
}
|
||||
- LIBS += -lqwt$${qwtsuff} -lz -lGLU -lQtAssistantClient
|
||||
+ LIBS += -lqwt5 -lz -lGLU -lQtAssistantClient
|
||||
|
||||
INCLUDEPATH += /usr/include/qwtplot3d$${qwtsuff}
|
||||
LIBS += -lqwtplot3d$${qwtsuff}
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
|
||||
update-desktop-database -q
|
||||
update-mime-database /usr/share/mime/ > /dev/null
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
1
square-beam-icon-theme
Submodule
1
square-beam-icon-theme
Submodule
Submodule square-beam-icon-theme added at 2ede23444f
1
tepsonic-git
Submodule
1
tepsonic-git
Submodule
Submodule tepsonic-git added at c543cecc15
@ -1,40 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: Dan Vratil <vratil at progdansoft dot com>
|
||||
|
||||
pkgname=tepsonic-git
|
||||
_gitname=tepsonic
|
||||
pkgver=0.8c2f60b
|
||||
pkgrel=1
|
||||
pkgdesc="A simple, lightweight audio player written in C++ and Qt that supports collections"
|
||||
url="http://danvratil.github.io/TepSonic/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL3')
|
||||
depends=('qt5-base' 'phonon-qt5' 'taglib' 'libqxt')
|
||||
makedepends=('git' 'cmake' 'qt5-tools')
|
||||
source=(${_gitname}::git+https://github.com/danvratil/TepSonic)
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_gitname}"
|
||||
# dirty hack since it has no stable releases or tags
|
||||
local ver=$(git describe --always | sed 's|-|.|g')
|
||||
printf "0.%s" "${ver}"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
rm -rf "${srcdir}/build"
|
||||
mkdir "${srcdir}/build"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/build"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ../"${_gitname}"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
|
1
voxforge-am-julius-nightly
Submodule
1
voxforge-am-julius-nightly
Submodule
Submodule voxforge-am-julius-nightly added at aa82b45785
@ -1,38 +0,0 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||
# Contributor: Matt Harrison <matt at mistbyte dot com>
|
||||
# Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
|
||||
# This PKGBUILD is maintained at https://github.com/matt-h/aur-pkgbuilds/tree/master/voxforge-am-julius
|
||||
|
||||
pkgname=voxforge-am-julius-nightly
|
||||
pkgver=20140604
|
||||
pkgrel=1
|
||||
pkgdesc="Acoustic model information for use with Julius voice recognition software"
|
||||
arch=('any')
|
||||
conflicts=(voxforge-am-julius)
|
||||
provides=(voxforge-am-julius)
|
||||
replaces=(voxforge-am-julius)
|
||||
url="http://www.voxforge.org/"
|
||||
license=('GPL')
|
||||
pkgver() {
|
||||
printf $(($(date +%Y%m%d)-1))
|
||||
}
|
||||
_build_date=$(pkgver | cut -c1-4)-$(pkgver | cut -c5-6)-$(pkgver | cut -c7-8)
|
||||
source=("julius-acousticmodel.tgz")
|
||||
true && source=("julius-acousticmodel.tgz::http://www.repository.voxforge1.org/downloads/Nightly_Builds/AcousticModel-${_build_date}/Julius-4.2-Quickstart-Linux_AcousticModel-${_build_date}.tgz")
|
||||
install=${pkgname}.install
|
||||
md5sums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
||||
install -Dm644 "Sample.jconf" "${pkgdir}/usr/share/voxforge/julius/julius.jconf"
|
||||
install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"
|
||||
install -m644 -t "${pkgdir}/usr/share/voxforge/julius/grammar/" "grammar/"*
|
||||
install -dm755 "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/"
|
||||
install -m644 -t "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/" "acoustic_model_files/"*
|
||||
|
||||
# remove license files
|
||||
rm "${pkgdir}/usr/share/voxforge/julius/"{acoustic_model_files,grammar}/LICENSE
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
cat << EOF
|
||||
To run, use
|
||||
julius -input mic -C /usr/share/voxforge/julius/julius.jconf
|
||||
|
||||
To manipulate, copy the contents of /usr/share/voxforge/julius to a local
|
||||
folder (i.e. .voxforge/julius/).
|
||||
EOF
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
1
yarock-qt5
Submodule
1
yarock-qt5
Submodule
Submodule yarock-qt5 added at 7dfb769790
Reference in New Issue
Block a user