Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
85
Issues
85
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
32
Merge Requests
32
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
afd2ca04
Commit
afd2ca04
authored
Feb 20, 2011
by
Phil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update mirrorlist
parent
c72403e0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
16 deletions
+27
-16
chakra-initscripts/PKGBUILD
chakra-initscripts/PKGBUILD
+5
-4
nano/PKGBUILD
nano/PKGBUILD
+7
-5
pacman-mirrorlist/PKGBUILD
pacman-mirrorlist/PKGBUILD
+3
-3
pacman-mirrorlist/mirrorlist
pacman-mirrorlist/mirrorlist
+12
-4
No files found.
chakra-initscripts/PKGBUILD
View file @
afd2ca04
...
...
@@ -10,7 +10,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
_origname
=
initscripts
pkgname
=
chakra-initscripts
pkgver
=
2011.02
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"System initialization/bootup scripts"
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.chakra-project.org"
...
...
@@ -27,15 +27,16 @@ optdepends=('bridge-utils: Network bridging support'
install
=
initscripts.install
source
=(
"http://chakra-project.org/sources/initscripts/initscripts-
${
pkgver
}
.tar.xz"
'http://chakra-project.org/sources/initscripts/wireless.conf.d'
'http://chakra-project.org/sources/initscripts/chakra-initscripts-2011.02-2.patch'
)
"http://chakra-project.org/sources/initscripts/chakra-initscripts-
${
pkgver
}
-
${
pkgrel
}
.patch"
)
sha256sums
=(
'0734166a2fd170a8b144a51d8be5ac3773f8c1381240a744cfd05005464aabda'
'0eba4250b07e0a727ef64772f5ee9027b123cbd4bb0894ba2842f545035c827f'
'
941ff3f1c886ae82b3e1b89ede2ad12b29caf66eb4a013de985a4a9e00a41877
'
)
'
bb281c689fdd408a62cc8413eba9bb5b9f3b88ec2d623d239dfce39c7b7a2d53
'
)
package
()
{
cd
${
srcdir
}
/
${
_origname
}
-
${
pkgver
}
DESTDIR
=
${
pkgdir
}
./install.sh
install
-D
-m644
${
srcdir
}
/wireless.conf.d
${
pkgdir
}
/etc/conf.d/wireless
#cp -vr ${startdir}/etc ${pkgdir}
cd
${
pkgdir
}
patch
-Np1
-i
${
srcdir
}
/chakra-initscripts-
2011.02-2
.patch
||
return
1
patch
-Np1
-i
${
srcdir
}
/chakra-initscripts-
${
pkgver
}
-
${
pkgrel
}
.patch
||
return
1
}
nano/PKGBUILD
View file @
afd2ca04
# $Id: PKGBUILD 77847 2010-04-18 17:20:16Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Judd <judd@archlinux.org>
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
nano
pkgver
=
2.2.
4
pkgver
=
2.2.
6
pkgrel
=
1
pkgdesc
=
"Pico editor clone with enhancements"
arch
=(
'i686'
'x86_64'
)
...
...
@@ -14,7 +16,7 @@ depends=('glibc' 'ncurses')
source
=(
http://www.nano-editor.org/dist/v2.2/nano-
${
pkgver
}
.tar.gz
)
backup
=(
etc/nanorc
)
install
=
nano.install
md5sums
=(
'
6304308afb1f7ef4a5e93eb99206632a
'
)
md5sums
=(
'
03233ae480689a008eb98feb1b599807
'
)
build
()
{
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
...
...
pacman-mirrorlist/PKGBUILD
View file @
afd2ca04
...
...
@@ -8,7 +8,7 @@
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgname
=
pacman-mirrorlist
pkgver
=
201102
06
pkgver
=
201102
20
pkgrel
=
1
pkgdesc
=
"Chakra Linux mirror list for use by pacman"
arch
=(
'i686'
'x86_64'
)
...
...
@@ -25,5 +25,5 @@ build() {
sed
-i
-e
"s/@carch@/
${
CARCH
}
/g"
$pkgdir
/etc/pacman.d/mirrorlist
}
md5sums
=(
'ffe7036ed79ef42585818d915ccd6bee'
)
sha1sums
=(
'86132454fcebe2f111151ac31c7d8ef51541fd3b'
)
\ No newline at end of file
md5sums
=(
'de1a4105c0ece14828f4b712bcc033e8'
)
sha256sums
=(
'6f13d78e67ec57e74ff3a8681d7f3017592d90fea4e714f3db7bfefd72947ae4'
)
\ No newline at end of file
pacman-mirrorlist/mirrorlist
View file @
afd2ca04
#
# Chakra Linux repository mirrorlist
# Generated on 2011-02-
06
# Generated on 2011-02-
20
#
# China
#Server = http://debian.cn99.com/kdemod/$repo/@carch@
#Server = http://oss.ustc.edu.cn/kdemod/$repo/@carch@
#Server = http://mirrors.163.com/kdemod/$repo/@carch@
# Germany
#Server = http://chakra-project.org/repo/$repo/@carch@
#Server = http://mirror.selfnet.de/kdemod/$repo/@carch@
#Server = ftp://mirror.selfnet.de/kdemod/$repo/@carch@
#Server = http://mirror.wh-stuttgart.net/mirrors/kdemod/$repo/@carch@
# Russia
#Server = http://mirror.tspu.ru/chakra-project/$repo/@carch@
# Sweden
#Server = http://ftp.df.lth.se/pub/chakra/kdemod/$repo/@carch@
#Server = http://http.se.scene.org/pub/chakra/kdemod/$repo/@carch@
# Switzerland
#Server = http://archlinux.puzzle.ch/kdemod/$repo/@carch@
...
...
@@ -18,6 +28,4 @@
#Server = http://ftp.caliu.cat/pub/distribucions/chakra/repo/$repo/@carch@
# United States
#Server = http://mirror.rit.edu/kdemod/$repo/@carch@
#Server = http://mirror.rit.edu/kdemod/$repo/@carch@
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment