Advertisement
Guest User

Vi0L0

a guest
Feb 19th, 2010
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. #
  2. # /etc/pacman.conf
  3. #
  4. # See the pacman.conf(5) manpage for option and repository directives
  5.  
  6. #
  7. # GENERAL OPTIONS
  8. #
  9. [options]
  10. ILoveCandy
  11. # The following paths are commented out with their default values listed.
  12. # If you wish to use different paths, uncomment and update the paths.
  13. #RootDir = /
  14. #DBPath = /var/lib/pacman/
  15. #CacheDir = /var/cache/pacman/pkg/
  16. #LogFile = /var/log/pacman.log
  17. HoldPkg = pacman glibc
  18. # If upgrades are available for these packages they will be asked for first
  19. SyncFirst = pacman
  20. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  21. #XferCommand = /usr/bin/curl %u > %o
  22. #CleanMethod = KeepInstalled
  23.  
  24. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  25. #IgnorePkg =
  26. #IgnoreGroup =
  27.  
  28. #NoUpgrade =
  29. #NoExtract =
  30.  
  31. # Misc options (all disabled by default)
  32. #NoPassiveFtp
  33. #UseSyslog
  34. #ShowSize
  35. #UseDelta
  36. #TotalDownload
  37.  
  38. #
  39. # REPOSITORIES
  40. # - can be defined here or included from another file
  41. # - pacman will search repositories in the order defined here
  42. # - local/custom mirrors can be added here or in separate files
  43. # - repositories listed first will take precedence when packages
  44. # have identical names, regardless of version number
  45. # - URLs will have $repo replaced by the name of the current repo
  46. #
  47. # Repository entries are of the format:
  48. # [repo-name]
  49. # Server = ServerName
  50. # Include = IncludePath
  51. #
  52. # The header [repo-name] is crucial - it must be present and
  53. # uncommented to enable the repo.
  54. #
  55.  
  56. # Testing is disabled by default. To enable, uncomment the following
  57. # two lines. You can add preferred servers immediately after the header,
  58. # and they will be used before the default mirrors.
  59. #[testing]
  60. #Include = /etc/pacman.d/mirrorlist
  61.  
  62. [catalyst]
  63. Server = http://dl.dropbox.com/u/4321633/repo/catalyst/i686/ ####################### Here :)
  64.  
  65. [core]
  66. # Add your preferred servers here, they will be used first
  67. Include = /etc/pacman.d/mirrorlist
  68.  
  69. [extra]
  70. # Add your preferred servers here, they will be used first
  71. Include = /etc/pacman.d/mirrorlist
  72.  
  73. [community]
  74. # Add your preferred servers here, they will be used first
  75. Include = /etc/pacman.d/mirrorlist
  76.  
  77. [kdemod-core]
  78. Server = http://chakra-project.org/repo/core/i686
  79. Server = http://mirrors.rit.edu/kdemod/core/i686
  80.  
  81. [kdemod-extragear]
  82. Server = http://chakra-project.org/repo/extragear/i686
  83. Server = http://mirrors.rit.edu/kdemod/extragear/i686
  84.  
  85.  
  86.  
  87. # An example of a custom package repository. See the pacman manpage for
  88. # tips on creating your own repositories.
  89. #[custom]
  90. #Server = file:///home/custompkgs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement