OSDN Git Service

[remove] : OLD PKGBUILDs
authorhayao <shun819.mail@gmail.com>
Fri, 11 Dec 2020 14:50:03 +0000 (23:50 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 11 Dec 2020 14:50:03 +0000 (23:50 +0900)
15 files changed:
alter-stable/any/adara-theme-git/.SRCINFO [deleted file]
alter-stable/any/adara-theme-git/PKGBUILD [deleted file]
alter-stable/any/kpmcore-git/.SRCINFO [deleted file]
alter-stable/any/kpmcore-git/.gitignore [deleted file]
alter-stable/any/kpmcore-git/PKGBUILD [deleted file]
alter-stable/any/nerd-fonts-source-code-pro/.SRCINFO [deleted file]
alter-stable/any/nerd-fonts-source-code-pro/PKGBUILD [deleted file]
alter-stable/any/nerd-fonts-source-code-pro/nerd-fonts-source-code-pro.install [deleted file]
alter-stable/any/numix-blue-gtk-theme-bin/.SRCINFO [deleted file]
alter-stable/any/numix-blue-gtk-theme-bin/PKGBUILD [deleted file]
alter-stable/any/numix-cursor-theme/.SRCINFO [deleted file]
alter-stable/any/numix-cursor-theme/.gitignore [deleted file]
alter-stable/any/numix-cursor-theme/PKGBUILD [deleted file]
alter-stable/any/plymouth-theme-alter-logo/.SRCINFO [deleted file]
alter-stable/any/plymouth-theme-alter-logo/PKGBUILD [deleted file]

diff --git a/alter-stable/any/adara-theme-git/.SRCINFO b/alter-stable/any/adara-theme-git/.SRCINFO
deleted file mode 100644 (file)
index 38ab998..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-pkgbase = adara-theme-git
-       pkgdesc = Just a neutral theme for Cinnamon
-       pkgver = r46.743fc0d
-       pkgrel = 2
-       url = https://github.com/germanfr/adara-theme
-       arch = any
-       license = GPLv3
-       makedepends = git
-       source = git+https://github.com/germanfr/adara-theme.git
-       md5sums = SKIP
-
-pkgname = adara-theme-git
-
diff --git a/alter-stable/any/adara-theme-git/PKGBUILD b/alter-stable/any/adara-theme-git/PKGBUILD
deleted file mode 100644 (file)
index 38be7ae..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintaoner: Yamada Hayao <development@fascode.net>
-
-pkgname=adara-theme-git
-_pkgname=adara-theme
-pkgver=r46.743fc0d
-pkgrel=2
-pkgdesc="Just a neutral theme for Cinnamon"
-arch=('any')
-url="https://github.com/germanfr/adara-theme"
-license=('GPLv3')
-depends=()
-makedepends=('git')
-source=("git+${url}.git")
-md5sums=('SKIP')
-conflicts=()
-
-pkgver() {
-    cd "${_pkgname}"
-    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
-    cd "${srcdir}/${_pkgname}"
-
-    local copy_dirs=("Adara" "Adara-Dark")
-    local dir
-
-    mkdir -p "${pkgdir}/usr/share/themes/"
-
-    for dir in ${copy_dirs[*]}; do
-        cp -r "${dir}" "${pkgdir}/usr/share/themes/"
-    done
-
-    chmod 755 "${pkgdir}/usr/share/themes/"
-}
diff --git a/alter-stable/any/kpmcore-git/.SRCINFO b/alter-stable/any/kpmcore-git/.SRCINFO
deleted file mode 100644 (file)
index a04d699..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-pkgbase = kpmcore-git
-       pkgdesc = Library for managing partitions. Common code for KDE Partition Manager and other projects. (GIT version)
-       pkgver = 4.1.0.r1067.0ffec31
-       pkgrel = 1
-       url = http://kde.org/applications/system/kdepartitionmanager
-       arch = x86_64
-       arch = i686
-       license = GPL2
-       makedepends = extra-cmake-modules
-       makedepends = git
-       makedepends = python
-       depends = parted
-       depends = libatasmart
-       depends = kwidgetsaddons
-       depends = ki18n
-       depends = kauth
-       depends = qca
-       optdepends = e2fsprogs: ext2/3/4 support
-       optdepends = xfsprogs: XFS support
-       optdepends = jfsutils: JFS support
-       optdepends = reiserfsprogs: Reiser support
-       optdepends = ntfs-3g: NTFS support
-       optdepends = dosfstools: FAT32 support
-       optdepends = f2fs-tools: F2FS support
-       optdepends = exfat-utils: exFAT support
-       optdepends = nilfs-utils: nilfs support
-       optdepends = udftools: UDF support
-       provides = kpmcore
-       conflicts = kpmcore
-       source = git+https://invent.kde.org/system/kpmcore.git
-       sha256sums = SKIP
-
-pkgname = kpmcore-git
-
diff --git a/alter-stable/any/kpmcore-git/.gitignore b/alter-stable/any/kpmcore-git/.gitignore
deleted file mode 100644 (file)
index 05c6d4d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-*
-!.gitignore
-!.SRCINFO
-!PKGBUILD
diff --git a/alter-stable/any/kpmcore-git/PKGBUILD b/alter-stable/any/kpmcore-git/PKGBUILD
deleted file mode 100644 (file)
index 4d5a758..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
-
-pkgname=kpmcore-git
-pkgver=4.1.0.r1067.0ffec31
-pkgrel=1
-pkgdesc="Library for managing partitions. Common code for KDE Partition Manager and other projects. (GIT version)"
-arch=('x86_64' 'i686')
-url='http://kde.org/applications/system/kdepartitionmanager'
-license=('GPL2')
-depends=('parted'
-         'libatasmart'
-         'kwidgetsaddons'
-         'ki18n'
-         'kauth'
-         'qca'
-         )
-conflicts=('kpmcore')
-provides=('kpmcore')
-makedepends=('extra-cmake-modules'
-             'git'
-             'python'
-             )
-optdepends=('e2fsprogs: ext2/3/4 support'
-            'xfsprogs: XFS support'
-            'jfsutils: JFS support'
-            'reiserfsprogs: Reiser support'
-            'ntfs-3g: NTFS support'
-            'dosfstools: FAT32 support'
-            'f2fs-tools: F2FS support'
-            'exfat-utils: exFAT support'
-            'nilfs-utils: nilfs support'
-            'udftools: UDF support'
-            )
-source=('git+https://invent.kde.org/system/kpmcore.git')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd kpmcore
-  _ver="$(cat CMakeLists.txt | grep -m3 -e MAJOR -e MINOR -e RELEASE | grep -o "[[:digit:]]*" | paste -sd'.')"
-  echo "${_ver}.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
-}
-
-prepare() {
-  mkdir -p build
-
-  cd build
-  cmake ../kpmcore \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-
-}
-
-build() {
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}
diff --git a/alter-stable/any/nerd-fonts-source-code-pro/.SRCINFO b/alter-stable/any/nerd-fonts-source-code-pro/.SRCINFO
deleted file mode 100644 (file)
index 973e003..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-pkgbase = nerd-fonts-source-code-pro
-       pkgdesc = Patched font SourceCodePro from nerd-fonts library
-       pkgver = 2.1.0
-       pkgrel = 2
-       url = https://github.com/ryanoasis/nerd-fonts
-       install = nerd-fonts-source-code-pro.install
-       arch = any
-       license = MIT
-       depends = fontconfig
-       source = nerd-fonts-source-code-pro-2.1.0.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/SourceCodePro.zip
-       source = nerd-fonts-source-code-pro-2.1.0-LICENSE::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/LICENSE
-       sha256sums = a771689e0bc1d020e2082c705e2fb6113b7f8fbc1c56c639957f12546bd39619
-       sha256sums = d2a29823384e9194a87936ccad495c764c2ef733b29bfa6f72a1d65803ce02e5
-
-pkgname = nerd-fonts-source-code-pro
-
diff --git a/alter-stable/any/nerd-fonts-source-code-pro/PKGBUILD b/alter-stable/any/nerd-fonts-source-code-pro/PKGBUILD
deleted file mode 100644 (file)
index f8ec40f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: P Sherbet <psherbet at psherbet dot com>
-pkgname=nerd-fonts-source-code-pro
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="Patched font SourceCodePro from nerd-fonts library"
-arch=('any')
-url='https://github.com/ryanoasis/nerd-fonts'
-license=('MIT')
-depends=('fontconfig')
-install=$pkgname.install
-source=("${pkgname}-${pkgver}.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/SourceCodePro.zip"
-    "${pkgname}-${pkgver}-LICENSE::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/$pkgver/LICENSE")
-sha256sums=('a771689e0bc1d020e2082c705e2fb6113b7f8fbc1c56c639957f12546bd39619'
-            'd2a29823384e9194a87936ccad495c764c2ef733b29bfa6f72a1d65803ce02e5')
-
-prepare() {
-    cd ${srcdir}
-    find -iname '*windows*' -print0 | xargs -0 rm # the windows compatible fonts are not necessary on linux ;)
-}
-
-package() {
-    install -d ${pkgdir}/usr/share/fonts/TTF
-    install -d ${pkgdir}/usr/share/licenses/${pkgname}
-    install -Dm644 ${srcdir}/*.ttf ${pkgdir}/usr/share/fonts/TTF
-    install -Dm644 ${srcdir}/${pkgname}-${pkgver}-LICENSE ${pkgdir}/usr/share/licenses/${pkgname}
-}
diff --git a/alter-stable/any/nerd-fonts-source-code-pro/nerd-fonts-source-code-pro.install b/alter-stable/any/nerd-fonts-source-code-pro/nerd-fonts-source-code-pro.install
deleted file mode 100644 (file)
index f26fc68..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done"
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
diff --git a/alter-stable/any/numix-blue-gtk-theme-bin/.SRCINFO b/alter-stable/any/numix-blue-gtk-theme-bin/.SRCINFO
deleted file mode 100644 (file)
index 61bc9c0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-pkgbase = numix-blue-gtk-theme-bin
-       pkgdesc = Variant of the Numix theme with blue highlights
-       pkgver = 0.54
-       pkgrel = 2
-       url = https://packages.ubuntu.com/focal/numix-blue-gtk-theme
-       arch = any
-       license = GPL
-       depends = gtk-engine-murrine
-       source = http://archive.ubuntu.com/ubuntu/pool/universe/u/ubuntustudio-look/numix-blue-gtk-theme_0.54_all.deb
-       md5sums = SKIP
-
-pkgname = numix-blue-gtk-theme-bin
-
diff --git a/alter-stable/any/numix-blue-gtk-theme-bin/PKGBUILD b/alter-stable/any/numix-blue-gtk-theme-bin/PKGBUILD
deleted file mode 100644 (file)
index b671a92..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Yamada Hayao <hayao@fascode.net>
-
-_pkgname=numix-blue-gtk-theme
-pkgname=numix-blue-gtk-theme-bin
-#pkgver="20.04.1"
-pkgver="0.54"
-pkgrel="2"
-pkgdesc='Variant of the Numix theme with blue highlights'
-arch=('any')
-url='https://packages.ubuntu.com/focal/numix-blue-gtk-theme'
-#source=("http://mirrors.kernel.org/ubuntu/pool/universe/u/ubuntustudio-look/numix-blue-gtk-theme__all.deb")
-source=("http://archive.ubuntu.com/ubuntu/pool/universe/u/ubuntustudio-look/numix-blue-gtk-theme_${pkgver}_all.deb")
-license=('GPL')
-depends=('gtk-engine-murrine')
-md5sums=("SKIP")
-
-
-prepare() {
-    tar -xvf data.tar.xz
-}
-
-package() {
-    cp -r ${srcdir}/usr ${pkgdir}/usr
-}
diff --git a/alter-stable/any/numix-cursor-theme/.SRCINFO b/alter-stable/any/numix-cursor-theme/.SRCINFO
deleted file mode 100644 (file)
index f14b97c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-pkgbase = numix-cursor-theme
-       pkgdesc = Numix cursor theme for Linux
-       pkgver = 1.1
-       pkgrel = 1
-       url = https://numixproject.github.io
-       arch = any
-       license = GPL3
-       source = https://github.com/numixproject/numix-cursor-theme/releases/download/v1.1/numix-cursor-1.1.tar
-       sha256sums = SKIP
-
-pkgname = numix-cursor-theme
-
diff --git a/alter-stable/any/numix-cursor-theme/.gitignore b/alter-stable/any/numix-cursor-theme/.gitignore
deleted file mode 100644 (file)
index f71c635..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-*
-!.gitignore
-!PKGBUILD
-!.SRCINFO
diff --git a/alter-stable/any/numix-cursor-theme/PKGBUILD b/alter-stable/any/numix-cursor-theme/PKGBUILD
deleted file mode 100644 (file)
index fd4b5ed..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
-
-pkgname=numix-cursor-theme
-pkgver=1.1
-pkgrel=1
-pkgdesc="Numix cursor theme for Linux"
-arch=('any')
-url="https://numixproject.github.io"
-license=('GPL3')
-source=("https://github.com/numixproject/${pkgname}/releases/download/v${pkgver}/numix-cursor-${pkgver}.tar")
-sha256sums=('SKIP')
-
-package() {
-  install -dm 755 "${pkgdir}/usr/share/icons"
-  cp -dr --no-preserve='ownership' Numix-Cursor{,-Light} "${pkgdir}/usr/share/icons"
-}
diff --git a/alter-stable/any/plymouth-theme-alter-logo/.SRCINFO b/alter-stable/any/plymouth-theme-alter-logo/.SRCINFO
deleted file mode 100644 (file)
index dc8e489..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-pkgbase = plymouth-theme-alter-logo
-       pkgdesc = AlterLinux用のplymouthテーマ
-       pkgver = 1.0.0
-       pkgrel = 1
-       url = https://github.com/yamad-linuxer/plymouth-theme-alter
-       arch = any
-       license = GPL
-       depends = plymouth
-       conflicts = plymouth-theme-alter-logo-git
-       source = https://github.com/yamad-linuxer/plymouth-theme-alter/archive/1.0.0.zip
-       md5sums = 6583b328581df987c6b22bfcc815dc13
-
-pkgname = plymouth-theme-alter-logo
-
diff --git a/alter-stable/any/plymouth-theme-alter-logo/PKGBUILD b/alter-stable/any/plymouth-theme-alter-logo/PKGBUILD
deleted file mode 100644 (file)
index 5782fad..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Maintainer: Yamada Hayao <shun819.mail@gmail.com>
-# Contributor: YamaD <yamad.linuxer@gmail.com>
-
-pkgname=plymouth-theme-alter-logo
-_themename=alter-logo
-_pkgname=plymouth-theme-alter
-
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="AlterLinux用のplymouthテーマ"
-arch=('any')
-url=https://github.com/yamad-linuxer/plymouth-theme-alter
-license=('GPL')
-depends=('plymouth')
-optdepends=()
-source=("${url}/archive/${pkgver}.zip")
-md5sums=('6583b328581df987c6b22bfcc815dc13')
-conflicts=("${pkgname}-git")
-
-
-prepare () {
-    cd "${srcdir}"
-    mv ${_pkgname}-${pkgver}/${_themename} ./
-    rm -rf "${_pkgname}-${pkgver}"
-    rm ./${pkgver}.zip
-}
-
-build () {
-    cd "${srcdir}"
-    mkdir -p ./usr/share/plymouth/themes/${_themename}/
-    cp -r ./${_themename}/intro/* ./usr/share/plymouth/themes/${_themename}/
-    cp -r ./${_themename}/loop/* ./usr/share/plymouth/themes/${_themename}/
-    cp -r ./${_themename}/misc/* ./usr/share/plymouth/themes/${_themename}/
-
-    rm -rf ${_themename}
-}
-
-package() {
-    mkdir -p "$pkgdir"
-    cp -r * "$pkgdir"
-}