diff --git a/src/arc/.gitignore b/src/arc/.gitignore deleted file mode 100644 index 05c6d4d..0000000 --- a/src/arc/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -* -!.gitignore -!.SRCINFO -!PKGBUILD diff --git a/src/arc/PKGBUILD b/src/arc/PKGBUILD deleted file mode 100644 index bdcd373..0000000 --- a/src/arc/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Maintainer: Gustavo Alvarez -# Contributor: Diogo Leal - -pkgname=arc -pkgver=5.21p -pkgrel=3 -pkgdesc="Arc file archiver and compressor. Long since superceeded by zip/unzip but useful if have old .arc files need to unpack." -arch=('i686' 'x86_64') -url='http://sourceforge.net/projects/arc' -license=('GPL') -source=("http://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('e68e358b86a67c68e8a1cb95a840f380bfda3684') - - -build() { - make -C "${pkgname}-${pkgver}" -} - -package() { - make -C "${pkgname}-${pkgver}" PREFIX=/usr DESTDIR="${pkgdir}" install -} diff --git a/src/duplicati-latest/.gitignore b/src/duplicati-latest/.gitignore deleted file mode 100644 index 5ef6d67..0000000 --- a/src/duplicati-latest/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -src -pkg -*.zip -*.tar.xz -*.src.tar.gz diff --git a/src/duplicati-latest/PKGBUILD b/src/duplicati-latest/PKGBUILD deleted file mode 100644 index 96a48b2..0000000 --- a/src/duplicati-latest/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Maintainer: Joey Dumont -# Maintainer: Bjorn Neergaard -# Contributor: Danny Su - -pkgname=duplicati-latest -pkgver=2.0.2.1 -pkgrel=1 -_date=2017-08-01 -_branch=beta -kgdesc='A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers' -url='http://duplicati.com' -license=('LGPL') -install='duplicati.install' -source=(https://github.com/duplicati/duplicati/releases/download/v${pkgver}-${pkgver}_${_branch}_${_date}/duplicati-${pkgver}_${_branch}_${_date}.zip - duplicati.service - duplicati-user.service) -sha256sums=('e37d126296024a5fae48fdc9896c97a334eeeb6b008a970aa0e1632bc13c77b0' - '3237249cb9de137c3284a5cd92a451f3a49ec2183c6254be4b5ef7969e04e4a1' - '973bac022f4952ddbd517675cf67f4ca70699b1c343346d42cf868d61f546201') -arch=('i686' 'x86_64') -depends=('gtk-sharp-2' 'mono') - -package() { - # Install the service. - install -Dm644 duplicati.service "${pkgdir}/usr/lib/systemd/system/duplicati.service" - install -Dm644 duplicati-user.service "${pkgdir}/usr/lib/systemd/user/duplicati.service" - rm duplicati.service duplicati-user.service - - # Install the program. - rm *.zip - mkdir -p "${pkgdir}/opt/duplicati-latest" - cp -r . "${pkgdir}/opt/duplicati-latest" -} diff --git a/src/duplicati-latest/duplicati-user.service b/src/duplicati-latest/duplicati-user.service deleted file mode 100644 index 0698ac3..0000000 --- a/src/duplicati-latest/duplicati-user.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Duplicati -After=network.target,graphical.target - -[Service] -ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.GUI.TrayIcon.exe --webservice-port=8200 -Restart=on-abort - -[Install] -WantedBy=default.target - diff --git a/src/duplicati-latest/duplicati.install b/src/duplicati-latest/duplicati.install deleted file mode 100644 index afd9cce..0000000 --- a/src/duplicati-latest/duplicati.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - post_upgrade -} - -post_upgrade() { - -cat << EOF - * UI can be accessed via following URL: http://localhost:8200 - * Running duplicati user instance (using current user account) - - to reload user systemd modules: systemctl --user daemon-reload - - to start duplicati manually: systemctl --user start duplicati - - to autostart duplicati on user login: systemctl --user enable duplicati -EOF -} diff --git a/src/duplicati-latest/duplicati.service b/src/duplicati-latest/duplicati.service deleted file mode 100644 index b125808..0000000 --- a/src/duplicati-latest/duplicati.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Duplicati -After=network.target - -[Service] -ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200 -Restart=on-abort - -[Install] -WantedBy=default.target diff --git a/src/duplicati-latest/duplicati_user.service b/src/duplicati-latest/duplicati_user.service deleted file mode 100644 index 62d9896..0000000 --- a/src/duplicati-latest/duplicati_user.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Duplicati per-user service -After=network.target - -[Service] -ExecStart=/usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200 -Restart=on-abort - -[Install] -WantedBy=default.target diff --git a/src/spectrum2/PKGBUILD b/src/spectrum2/PKGBUILD deleted file mode 100644 index 38832a9..0000000 --- a/src/spectrum2/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# Maintainer: Mohammed Yaseen Mowzer - -#ALARM: Thomas Fanninger -# - moved optional depenceses from depends to optdepends - -pkgname=spectrum2 -pkgver=2.0.3 -pkgrel=5 -#epoch= -pkgdesc="Create C++ transports easily" -arch=('any') -url="http://spectrum.im" -license=('GPL') -groups=() -depends=(curl log4cxx popt sqlite) -makedepends=('protobuf' 'swiften>=3' 'libpqxx' 'libpurple' 'avahi' 'boost' -'cmake' 'cppunit' 'expat' 'libcommuni' 'libidn' 'sqlite' 'log4cxx' 'libevent' -'libmariadbclient' 'popt' 'libev' 'dbus-glib' 'curl') -checkdepends=() -optdepends=('swiften>=3: XMPP backend support' - 'libpqxx: PostgreSQL support' - 'libmariadbclient: MariaDB support' - 'libcommuni: IRC backend support' - 'protobuf: IRC backend support' - 'libpurple: LibPurple backend support' - 'libev: LibPurple backend support - libev eventloop') -provides=() -conflicts=() -replaces=() -backup=() -options=() -install= -changelog= -source=("https://github.com/hanzz/$pkgname/archive/$pkgver.tar.gz" - 'spectrum2.service') -sha256sums=('694172dfbf62d7de19bbcc06ba11113d238c86e36d39297b2f80d4b277e03933' - '8b95ddcf90449dcd0dec111276c69d04a92d09a0f9e1815009b2179a8050c9d1') -noextract=() -validpgpkeys=() - -build() { - cd "$srcdir/$pkgname-$pkgver" - cmake . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr -DSPECTRUM_VERSION=${pkgver} -DIRC_INCLUDE_DIR=/usr/include/qt/Communi - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install - install -D -m0644 "$srcdir/$pkgname-$pkgver/spectrum_manager/src/spectrum_manager.cfg" "$pkgdir/etc/spectrum2/" - install -D -m0644 "$srcdir/spectrum2.service" "$pkgdir/usr/lib/systemd/system/spectrum2.service" -} diff --git a/src/spectrum2/spectrum2.service b/src/spectrum2/spectrum2.service deleted file mode 100644 index 3aae913..0000000 --- a/src/spectrum2/spectrum2.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Spectrum 2 Legacy IM Network Connector -After=network.target - -[Service] -Type=forking -ExecStart=/usr/bin/spectrum2_manager start -ExecStop=/usr/bin/spectrum2_manager stop -Environment=PURPLE_LEAKCHECK_HELP=1 G_SLICE=always-malloc PURPLE_VERBOSE_DEBUG=1 - -[Install] -WantedBy=multi-user.target diff --git a/src/swift/PKGBUILD b/src/swift/PKGBUILD deleted file mode 100644 index c07f7b3..0000000 --- a/src/swift/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer: Emmanuel Gil Peyrot - -pkgbase='swift' -pkgname=('swift-im' 'swiften') -pkgver=3.0 -pkgrel=3 -arch=('i686' 'x86_64') -pkgdesc='XMPP client written in C++ with Qt and Swiften' -url="http://swift.im/" -license=('GPL3') -makedepends=('python2' 'openssl' 'boost' 'qt5-multimedia' - 'qt5-webkit' 'qt5-x11extras' 'qt5-tools') -source=("http://swift.im/downloads/releases/$pkgbase-$pkgver/$pkgbase-$pkgver.tar.gz") -sha256sums=('8aa490431190294e62a9fc18b69ccc63dd0f561858d7d0b05c9c65f4d6ba5397') - -# Those options need to be consistent between each scons invocation. -_scons_options='max_jobs=1 optimize=1 debug=0 swiften_dll=1' -_directory="$pkgbase-$pkgver" - -build() { - cd "$srcdir/$_directory" - ./scons $_scons_options Swift Swiften -} - -package_swift-im() { - pkgdesc='XMPP client written in C++ with Qt and Swiften' - depends=("swiften=$pkgver" 'qt5-multimedia' 'qt5-webkit' 'qt5-x11extras' 'libxss' 'hicolor-icon-theme') - optdepends=('qt5-svg: for SVG avatars') - install="$pkgname.install" - - cd "$srcdir/$_directory" - ./scons $_scons_options SWIFT_INSTALLDIR="$pkgdir/usr/" "$pkgdir/usr/" -} - -package_swiften() { - pkgdesc='XMPP library written in C++ with Boost' - depends=('boost-libs' 'libxml2' 'libidn' 'avahi' 'openssl') - - cd "$srcdir/$_directory" - ./scons $_scons_options SWIFTEN_INSTALLDIR="$pkgdir/usr/" "$pkgdir/usr/" -} diff --git a/src/swift/swift-im.install b/src/swift/swift-im.install deleted file mode 100644 index 18ea31f..0000000 --- a/src/swift/swift-im.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/src/yate/PKGBUILD b/src/yate/PKGBUILD deleted file mode 100644 index 8a98ae8..0000000 --- a/src/yate/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Yuval Adam PGP-Key: 271386AA2EB7672F -# Contributor: Yejun Yang -# Contributor: Biru Ionut - -pkgname=yate -pkgver=5.5.0 -pkgrel=1 -pkgdesc="Next-generation telephony engine" -arch=('i686' 'x86_64') -url="http://yate.null.ro" -license=('GPL') -depends=('speex' 'gsm' 'postgresql-libs' 'libmysqlclient' 'alsa-lib') -source=("http://yate.null.ro/tarballs/yate5/yate-${pkgver}-1.tar.gz") -options=(!makeflags) -sha256sums=('a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676') - -build() { - cd $srcdir/${pkgname} - export LDFLAGS="${LDFLAGS//-Wl,--as-needed}" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --with-libpq \ - --with-mysql \ - --without-libqt4 \ - --without-openh323 - make -} - -package(){ - cd $srcdir/${pkgname} - make DESTDIR=$pkgdir install - install -D -m644 "${srcdir}/${pkgname}/packing/rpm/yate.service" "${pkgdir}/usr/lib/systemd/system/yate.service" -} - -# vim:set ts=2 sw=2 et: diff --git a/src/yum-metadata-parser/.gitignore b/src/yum-metadata-parser/.gitignore deleted file mode 100644 index 99a6c4e..0000000 --- a/src/yum-metadata-parser/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.tar.gz -*.pkg.tar.xz -pkg/ -src/ diff --git a/src/yum-metadata-parser/PKGBUILD b/src/yum-metadata-parser/PKGBUILD deleted file mode 100644 index e1f4767..0000000 --- a/src/yum-metadata-parser/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Lukas Sabota -# Contributor: Patrick McCarty -# Contributor: Mariusz Libera -# Contributor: Chris Tusa -# Contributor: Thore Bunde - -pkgname='yum-metadata-parser' -pkgver='1.1.4' -pkgrel=10 -pkgdesc='C-based metadata parser to quickly parse xml metadata into sqlite databases.' -arch=('i686' 'x86_64') -license=('GPL') -url='http://yum.baseurl.org/download/yum-metadata-parser/' -depends=('python2' 'libxml2' 'glib2') -makedepends=('python2-pip') -source=('http://yum.baseurl.org/download/yum-metadata-parser/yum-metadata-parser-1.1.4.tar.gz') -sha256sums=('f1560a284541feb720c3ae35b6b31f80c2be5cb9ca86b3a1ee9459846f821ada') - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - pip2 install . --isolated --root="${pkgdir}" --no-deps --ignore-installed --build . -} - - diff --git a/src/yum/.AURINFO b/src/yum/.AURINFO deleted file mode 100644 index b579c16..0000000 --- a/src/yum/.AURINFO +++ /dev/null @@ -1,26 +0,0 @@ -pkgbase = yum - pkgdesc = a popular channel based package manager for RPM distros. - pkgver = 3.4.3 - pkgrel = 5 - url = http://yum.baseurl.org/ - arch = i686 - arch = x86_64 - groups = system - license = GPL - depends = python2 - depends = intltool - depends = urlgrabber - depends = rpm-org - depends = python2-pysqlite - depends = yum-metadata-parser - depends = python2-iniparse - depends = python2-pyliblzma - source = http://yum.baseurl.org/download/3.4/yum-3.4.3.tar.gz - source = http://pkgs.fedoraproject.org/cgit/yum.git/plain/yum-HEAD.patch?h=f21 - source = yum0.patch - md5sums = 7c8ea8beba5b4e7fe0c215e4ebaa26ed - md5sums = 057b511555104257c4422c54fb4ed089 - md5sums = 5c7dbcac530ec6efdf1979a256289c7d - -pkgname = yum - diff --git a/src/yum/.gitignore b/src/yum/.gitignore deleted file mode 100644 index a9405dc..0000000 --- a/src/yum/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*gz -*xz -yum.patch diff --git a/src/yum/PKGBUILD b/src/yum/PKGBUILD deleted file mode 100644 index b3335d2..0000000 --- a/src/yum/PKGBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# Maintainer : Achilleas Pipinellis -# Contributor: William Giokas <1007380@gmail.com> -# Contributor: Fernando M f[at]beford.net -# Contributor: Ivo Benner -# Contributor: Luka Perkov lukaperkov net> -# Contributor: Rob Taylor - -pkgname=yum -pkgver=3.4.3 -pkgrel=6 -pkgdesc="a popular channel based package manager for RPM distros." -arch=('i686' 'x86_64') -license=('GPL') -url="http://yum.baseurl.org/" -groups=('system') -depends=('python2' 'intltool' 'urlgrabber' 'rpm-org' 'python2-pysqlite' 'yum-metadata-parser' 'python2-iniparse' 'python2-pyliblzma') -source=("http://yum.baseurl.org/download/3.4/yum-${pkgver}.tar.gz" - "yum.patch::http://pkgs.fedoraproject.org/cgit/yum.git/plain/yum-HEAD.patch?h=f21" - 'remove-init-dir-makefile.patch') -md5sums=('7c8ea8beba5b4e7fe0c215e4ebaa26ed' - '3ed35721daf75fd56590bd2d2b993ddc' - '14d68bd689ea76a44567bc2dd0e64cb1') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # Patch up to Fedora current - patch -p1 < "${srcdir}/yum.patch" - - cd "etc" - - # Apply patch to remove the RedHat style init script from being installed - patch < "${srcdir}/remove-init-dir-makefile.patch" -} - -build() { - # Patching python2 shebangs - sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ - -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - $(find ${srcdir} -name '*.py') - sed -i -e "s/PYTHON=python/PYTHON=python2/" "${srcdir}/${pkgname}-${pkgver}/Makefile" - - cd "${srcdir}/${pkgname}-${pkgver}" - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" INIT=systemd install - - mv "${pkgdir}/usr/sbin/"* "${pkgdir}/usr/bin/" - rmdir "${pkgdir}/usr/sbin/" -} diff --git a/src/yum/remove-init-dir-makefile.patch b/src/yum/remove-init-dir-makefile.patch deleted file mode 100644 index 671efdf..0000000 --- a/src/yum/remove-init-dir-makefile.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.dist 2009-01-08 13:36:04.598489682 -0700 -+++ Makefile 2009-01-08 13:40:23.116347817 -0700 -@@ -13,9 +13,6 @@ - mkdir -p $(DESTDIR)/etc/logrotate.d - install -m 644 yum.logrotate $(DESTDIR)/etc/logrotate.d/yum - -- mkdir -p $(DESTDIR)/etc/rc.d/init.d -- install -m 755 yum-updatesd.init $(DESTDIR)/etc/rc.d/init.d/yum-updatesd -- - mkdir -p $(DESTDIR)/etc/dbus-1/system.d/ - install -m 755 yum-updatesd-dbus.conf $(DESTDIR)/etc/dbus-1/system.d/yum-updatesd.conf -